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
@@ -52,7 +52,7 @@ describe("The 'incr' method", function () {
|
||||
});
|
||||
|
||||
it('count above the safe integers as strings', function (done) {
|
||||
args[2].string_numbers = true;
|
||||
args[2].stringNumbers = true;
|
||||
client = redis.createClient.apply(null, args);
|
||||
// Set a value to the maximum safe allowed javascript number (2^53)
|
||||
client.set(key, MAX_SAFE_INTEGER, helper.isNotError());
|
||||
|
Reference in New Issue
Block a user