Changeset 4a7439


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

Minor documentation fixes.

File:
1 edited

Legend:

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

    r70f6b0 r4a7439  
    153153  servers => [ { address => 'localhost:11211', weight => 2.5 }, 
    154154               '192.168.254.2:11211', 
    155                { address => '/path/to/unix.sock' } ], 
     155               { address => '/path/to/unix.sock', noreply => 1 } ], 
    156156  (default: none) 
    157157 
     
    591591=item C<namespace> 
    592592 
    593   $memd->namespace(); 
     593  $memd->namespace; 
    594594  $memd->namespace($string); 
    595595 
Note: See TracChangeset for help on using the changeset viewer.