提交 9920bc92 编写于 作者: A antirez

command table entry for EVALSHA fixed

上级 b02e0388
......@@ -190,7 +190,7 @@ struct redisCommand readonlyCommandTable[] = {
{"unwatch",unwatchCommand,1,0,NULL,0,0,0},
{"object",objectCommand,-2,0,NULL,0,0,0},
{"eval",evalCommand,-3,REDIS_CMD_DENYOOM,zunionInterBlockClientOnSwappedKeys,0,0,0},
{"evalsha",evalCommand,-3,REDIS_CMD_DENYOOM,zunionInterBlockClientOnSwappedKeys,0,0,0}
{"evalsha",evalShaCommand,-3,REDIS_CMD_DENYOOM,zunionInterBlockClientOnSwappedKeys,0,0,0}
};
/*============================ Utility functions ============================ */
......
......@@ -109,6 +109,7 @@ proc cleanup {} {
proc execute_everything {} {
execute_tests "unit/printver"
execute_tests "unit/scripting"
execute_tests "unit/auth"
execute_tests "unit/protocol"
execute_tests "unit/basic"
......@@ -125,7 +126,6 @@ proc execute_everything {} {
execute_tests "integration/aof"
# execute_tests "integration/redis-cli"
execute_tests "unit/pubsub"
execute_tests "unit/scripting"
# run tests with VM enabled
set ::global_overrides {vm-enabled yes}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册