Changeset 6ab120


Ignore:
Timestamp:
03/05/08 15:39:15 (4 years ago)
Author:
Tomash Brechko <tomash.brechko@…>
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)
Message:

'noreply' is official starting from memcached 1.2.5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/Cache/Memcached/Fast.pm

    ra57c5d r6ab120  
    170170than 32768. 
    171171 
    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. 
     172When I<noreply> is enabled, commands executed in a void context will 
     173instruct the server to not send the reply.  Compare with L</nowait> 
     174below.  B<memcached> server implements I<noreply> starting with 
     175version 1.2.5.  If you enable I<noreply> for earlier server versions, 
     176things will go wrongly, and the client will eventually block.  Use 
     177with care. 
    179178 
    180179 
Note: See TracChangeset for help on using the changeset viewer.