You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
Merge branch 'jifeng-master'
This commit is contained in:
2
test.js
2
test.js
@@ -1859,6 +1859,8 @@ tests.OPTIONAL_CALLBACK_UNDEFINED = function () {
|
||||
client.del("op_cb2");
|
||||
client.set("op_cb2", "y", undefined);
|
||||
client.get("op_cb2", last(name, require_string("y", name)));
|
||||
|
||||
client.set("op_cb_undefined", undefined, undefined);
|
||||
};
|
||||
|
||||
tests.ENABLE_OFFLINE_QUEUE_TRUE = function () {
|
||||
|
Reference in New Issue
Block a user