/[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 21 by dpavlin, Sun Mar 22 10:36:22 2009 UTC revision 22 by dpavlin, Sun Mar 22 10:45:06 2009 UTC
# Line 315  sub lrange { Line 315  sub lrange {
315          return @list;          return @list;
316  }  }
317    
318    =head2 ltrim
319    
320      my $ok = $r->ltrim( $key, $start, $end );
321    
322    =cut
323    
324    sub ltrim {
325            my ( $self, $key, $start, $end ) = @_;
326            $self->_sock_send_ok( 'LTRIM', $key, $start, $end );
327    }
328    
329  =head1 AUTHOR  =head1 AUTHOR
330    
331  Dobrica Pavlinusic, C<< <dpavlin at rot13.org> >>  Dobrica Pavlinusic, C<< <dpavlin at rot13.org> >>

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

  ViewVC Help
Powered by ViewVC 1.1.26