You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
bloom module
This commit is contained in:
@@ -3,6 +3,8 @@ import testUtils, { GLOBAL } from '../test-utils';
|
||||
import XADD_NOMKSTREAM from './XADD_NOMKSTREAM';
|
||||
|
||||
describe('XADD NOMKSTREAM', () => {
|
||||
testUtils.isVersionGreaterThanHook([6, 2]);
|
||||
|
||||
describe('transformArguments', () => {
|
||||
it('single field', () => {
|
||||
assert.deepEqual(
|
||||
|
Reference in New Issue
Block a user