Changeset 4a7439
- Timestamp:
- 03/06/08 17:13:54 (4 years ago)
- Branches:
- master, ketama-compat
- Children:
- f87e1c
- Parents:
- 70f6b0
- git-author:
- Tomash Brechko <tomash.brechko@…> (03/06/08 17:13:54)
- git-committer:
- Tomash Brechko <tomash.brechko@…> (03/06/08 17:13:54)
- File:
-
- 1 edited
-
lib/Cache/Memcached/Fast.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lib/Cache/Memcached/Fast.pm
r70f6b0 r4a7439 153 153 servers => [ { address => 'localhost:11211', weight => 2.5 }, 154 154 '192.168.254.2:11211', 155 { address => '/path/to/unix.sock' } ],155 { address => '/path/to/unix.sock', noreply => 1 } ], 156 156 (default: none) 157 157 … … 591 591 =item C<namespace> 592 592 593 $memd->namespace ();593 $memd->namespace; 594 594 $memd->namespace($string); 595 595
Note: See TracChangeset
for help on using the changeset viewer.
