You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
chore: remove support for UPPER_CASE commands
This commit is contained in:
@ -19,7 +19,7 @@ describe("The 'setnx' method", function () {
|
||||
});
|
||||
|
||||
it('sets key if it does not have a value', function (done) {
|
||||
client.SETNX('foo', 'banana', helper.isNumber(1));
|
||||
client.setnx('foo', 'banana', helper.isNumber(1));
|
||||
client.get('foo', helper.isString('banana', done));
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user