/[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 30 by dpavlin, Sun Mar 22 17:02:46 2009 UTC revision 31 by dpavlin, Sun Mar 22 17:05:00 2009 UTC
# Line 421  sub srem { Line 421  sub srem {
421          $self->_sock_send_bulk_number( 'SREM', $key, $member );          $self->_sock_send_bulk_number( 'SREM', $key, $member );
422  }  }
423    
424    =head2 scard
425    
426      my $elements = $r->scard( $key );
427    
428    =cut
429    
430    sub scard {
431            my ( $self, $key ) = @_;
432            $self->_sock_send( 'SCARD', $key );
433    }
434    
435  =head1 AUTHOR  =head1 AUTHOR
436    
437  Dobrica Pavlinusic, C<< <dpavlin at rot13.org> >>  Dobrica Pavlinusic, C<< <dpavlin at rot13.org> >>

Legend:
Removed from v.30  
changed lines
  Added in v.31

  ViewVC Help
Powered by ViewVC 1.1.26