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 string_numbers option to handle very big numbers
This commit is contained in:
@@ -38,7 +38,9 @@ describe('detect_buffers', function () {
|
||||
});
|
||||
|
||||
it('returns a string when executed as part of transaction', function (done) {
|
||||
client.multi().get('string key 1').exec(helper.isString('string value', done));
|
||||
client.multi().get('string key 1').exec(function (err, res) {
|
||||
helper.isString('string value', done)(err, res[0]);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user