You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Add tests and improve older tests
This commit is contained in:
@@ -179,7 +179,7 @@ describe("The 'batch' method", function () {
|
||||
client.BATCH([
|
||||
["smembers", ["some set"]],
|
||||
["del", "some set"],
|
||||
["smembers", "some set"]
|
||||
["smembers", "some set", undefined] // The explicit undefined is handled as a callback that is undefined
|
||||
])
|
||||
.scard("some set")
|
||||
.exec(function (err, replies) {
|
||||
|
Reference in New Issue
Block a user