1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

fix some Z (sorted list) commands, increase commands test coverage

This commit is contained in:
leibale
2021-11-11 18:50:32 -05:00
parent 41423fe8aa
commit ba66892b7c
10 changed files with 61 additions and 28 deletions

View File

@@ -11,13 +11,6 @@ describe('ZRANGE', () => {
);
});
it('using strings', () => {
assert.deepEqual(
transformArguments('src', '0', '1'),
['ZRANGE', 'src', '0', '1']
);
});
it('with BYSCORE', () => {
assert.deepEqual(
transformArguments('src', 0, 1, {