Changeset d5eceb


Ignore:
Timestamp:
03/05/08 22:34:42 (4 years ago)
Author:
Tomash Brechko <tomash.brechko@…>
Branches:
master, ketama-compat
Children:
75a581
Parents:
0fccd1
git-author:
Tomash Brechko <tomash.brechko@…> (03/05/08 22:01:32)
git-committer:
Tomash Brechko <tomash.brechko@…> (03/05/08 22:34:42)
Message:

Add noreply => 1 example.

File:
1 edited

Legend:

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

    r6ab120 rd5eceb  
    2929      servers => [ { address => 'localhost:11211', weight => 2.5 }, 
    3030                   '192.168.254.2:11211', 
    31                    { address => '/path/to/unix.sock' } ], 
     31                   { address => '/path/to/unix.sock', noreply => 1 } ], 
    3232      namespace => 'my:', 
    3333      connect_timeout => 0.2, 
Note: See TracChangeset for help on using the changeset viewer.