/[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 33 by dpavlin, Sun Mar 22 17:31:40 2009 UTC revision 34 by dpavlin, Sun Mar 22 17:37:46 2009 UTC
# Line 460  sub sinter { Line 460  sub sinter {
460          $self->_sock_result_bulk_list( 'SINTER', @_ );          $self->_sock_result_bulk_list( 'SINTER', @_ );
461  }  }
462    
463    =head2 sinterstore
464    
465      my $ok = $r->sinterstore( $dstkey, $key1, $key2, ... );
466    
467    =cut
468    
469    sub sinterstore {
470            my $self = shift;
471            $self->_sock_send_ok( 'SINTERSTORE', @_ );
472    }
473    
474  =head1 AUTHOR  =head1 AUTHOR
475    
476  Dobrica Pavlinusic, C<< <dpavlin at rot13.org> >>  Dobrica Pavlinusic, C<< <dpavlin at rot13.org> >>

Legend:
Removed from v.33  
changed lines
  Added in v.34

  ViewVC Help
Powered by ViewVC 1.1.26