Changeset 6ab120
- Timestamp:
- 03/05/08 15:39:15 (4 years ago)
- Branches:
- master, ketama-compat
- Children:
- b7662a
- Parents:
- a57c5d
- git-author:
- Tomash Brechko <tomash.brechko@…> (03/05/08 15:39:15)
- git-committer:
- Tomash Brechko <tomash.brechko@…> (03/05/08 15:39:15)
- File:
-
- 1 edited
-
lib/Cache/Memcached/Fast.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lib/Cache/Memcached/Fast.pm
ra57c5d r6ab120 170 170 than 32768. 171 171 172 I<noreply> can be used B<only> together with patched B<memcached> 173 server, which is available from 174 L<http://openhack.ru/memcached-patched> (branch I<noreply>). When 175 enabled, commands executed in a void context will instruct the server 176 to not send the reply. Compare with L</nowait> below. If you enable 177 I<noreply> for unmodified server, things will go wrongly, and the 178 client will eventually block. Use with care. 172 When I<noreply> is enabled, commands executed in a void context will 173 instruct the server to not send the reply. Compare with L</nowait> 174 below. B<memcached> server implements I<noreply> starting with 175 version 1.2.5. If you enable I<noreply> for earlier server versions, 176 things will go wrongly, and the client will eventually block. Use 177 with care. 179 178 180 179
Note: See TracChangeset
for help on using the changeset viewer.
