remove special case for keys
[perl-Redis.git] / lib / Redis.pm
index 75bc088..6e10611 100644 (file)
@@ -100,10 +100,6 @@ sub AUTOLOAD {
                        $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 '-' ) {