Navigation Menu

Skip to content

Commit

Permalink
fix éseté documentation as per Emanuele Tomasi <et@libersoft.it> sugg…
Browse files Browse the repository at this point in the history
…estion
  • Loading branch information
dams committed Aug 24, 2015
1 parent 07bb9d5 commit 804e596
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/Redis.pm
Expand Up @@ -1685,9 +1685,11 @@ Set the value and expiration in milliseconds of a key (see L<http://redis.io/com
=head2 set
$r->set(key, value, [EX seconds], [PX milliseconds], [NX|XX])
$r->set(key, value, ['EX', seconds], ['PX', milliseconds], ['NX'|'XX'])
Set the string value of a key (see L<http://redis.io/commands/set>)
Set the string value of a key (see L<http://redis.io/commands/set>). Example:
$r->set('key', 'test', 'EX', 60, 'NX')
=head2 setbit
Expand Down

0 comments on commit 804e596

Please sign in to comment.