You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-10 11:43:01 +03:00
bloom module
This commit is contained in:
@@ -2,18 +2,18 @@ import TestUtils from '@redis/test-utils';
|
||||
import RedisBloomModules from '.';
|
||||
|
||||
export default new TestUtils({
|
||||
dockerImageName: 'redislabs/rebloom',
|
||||
dockerImageVersionArgument: 'redisbloom-version',
|
||||
defaultDockerVersion: 'edge'
|
||||
dockerImageName: 'redislabs/rebloom',
|
||||
dockerImageVersionArgument: 'redisbloom-version',
|
||||
defaultDockerVersion: 'edge'
|
||||
});
|
||||
|
||||
export const GLOBAL = {
|
||||
SERVERS: {
|
||||
OPEN: {
|
||||
serverArguments: ['--loadmodule /usr/lib/redis/modules/redisbloom.so'],
|
||||
clientOptions: {
|
||||
modules: RedisBloomModules
|
||||
}
|
||||
}
|
||||
SERVERS: {
|
||||
OPEN: {
|
||||
serverArguments: ['--loadmodule /usr/lib/redis/modules/redisbloom.so'],
|
||||
clientOptions: {
|
||||
modules: RedisBloomModules
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user