You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Remove snack_case and always use camelCase
This commit is contained in:
committed by
Ruben Bridgewater
parent
a86c998a64
commit
28afc33c9a
@@ -28,7 +28,7 @@ describe("The 'zscan' method", function () {
|
||||
for (var i = 0; i < 500; i++) {
|
||||
hash['key_' + i] = 'value_' + i;
|
||||
set.push('member_' + i);
|
||||
zset.push(i, 'z_member_' + i);
|
||||
zset.push(i, 'zMember_' + i);
|
||||
}
|
||||
client.hmset('hash:1', hash);
|
||||
client.sadd('set:1', set);
|
||||
|
Reference in New Issue
Block a user