/[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 22 by dpavlin, Sun Mar 22 10:45:06 2009 UTC revision 23 by dpavlin, Sun Mar 22 13:09:15 2009 UTC
# Line 326  sub ltrim { Line 326  sub ltrim {
326          $self->_sock_send_ok( 'LTRIM', $key, $start, $end );          $self->_sock_send_ok( 'LTRIM', $key, $start, $end );
327  }  }
328    
329    =head2 lindex
330    
331      $r->lindex( $key, $index );
332    
333    =cut
334    
335    sub lindex {
336            my ( $self, $key, $index ) = @_;
337            $self->_sock_result_bulk( 'lindex', $key, $index );
338    }
339    
340    
341  =head1 AUTHOR  =head1 AUTHOR
342    
343  Dobrica Pavlinusic, C<< <dpavlin at rot13.org> >>  Dobrica Pavlinusic, C<< <dpavlin at rot13.org> >>

Legend:
Removed from v.22  
changed lines
  Added in v.23

  ViewVC Help
Powered by ViewVC 1.1.26