/[Redis.pre-github]/lib/Redis.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Redis.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 18 by dpavlin, Sun Mar 22 09:44:30 2009 UTC revision 19 by dpavlin, Sun Mar 22 09:46:14 2009 UTC
# Line 268  sub rpush { Line 268  sub rpush {
268          $self->_sock_send_bulk('RPUSH', $key, $value);          $self->_sock_send_bulk('RPUSH', $key, $value);
269  }  }
270    
271    =head2 lpush
272    
273      $r->lpush( $key, $value );
274    
275    =cut
276    
277    sub lpush {
278            my ( $self, $key, $value ) = @_;
279            $self->_sock_send_bulk('LPUSH', $key, $value);
280    }
281    
282  =head1 AUTHOR  =head1 AUTHOR
283    
284  Dobrica Pavlinusic, C<< <dpavlin at rot13.org> >>  Dobrica Pavlinusic, C<< <dpavlin at rot13.org> >>

Legend:
Removed from v.18  
changed lines
  Added in v.19

  ViewVC Help
Powered by ViewVC 1.1.26