remove special case for keys
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 13 Apr 2010 17:27:11 +0000 (19:27 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 13 Apr 2010 17:27:11 +0000 (19:27 +0200)
lib/Redis.pm

index 75bc088..6e10611 100644 (file)
@@ -100,10 +100,6 @@ sub AUTOLOAD {
                        $hash->{$n} = $v;
                }
                return $hash;
                        $hash->{$n} = $v;
                }
                return $hash;
-       } elsif ( $command eq 'keys' ) {
-               my $keys = $self->__read_bulk($result);
-               return split(/\s/, $keys) if $keys;
-               return;
        }
 
        if ( $type eq '-' ) {
        }
 
        if ( $type eq '-' ) {