Skip to content

Commit

Permalink
Update pkg_oredis.pck
Browse files Browse the repository at this point in the history
modify NOT_SUPPORTED_COMMAND to support KEYS command
  • Loading branch information
SeYoungLee committed Feb 28, 2017
1 parent 9ffdca3 commit 4b8db37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg_oredis.pck
Expand Up @@ -105,7 +105,7 @@ CREATE OR REPLACE PACKAGE PKG_OREDIS IS

NOT_SUPPORTED_COMMAND Varchar2Table := Varchar2Table(
'BGREWRITEAOF', 'BGSAVE', 'CLIENT', 'CONFIG',
'DEBUG', 'DUMP', 'EVAL', 'EVALSHA', 'KEYS',
'DEBUG', 'DUMP', 'EVAL', 'EVALSHA',
'LASTSAVE', 'MIGRATE', 'MONITOR', 'MOVE', 'OBJECT',
'PSUBSCRIBE', 'PUBSUB', 'PUBLISH', 'PUNSUBSCRIBE', 'QUIT',
'SAVE', 'SUBSCRIBE', 'SCRIPT', 'SHUTDOWN', 'SLAVEOF', 'SYNC',
Expand Down

0 comments on commit 4b8db37

Please sign in to comment.