You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
remove unused import
This commit is contained in:
@@ -30,7 +30,6 @@ import * as SYNUPDATE from './SYNUPDATE';
|
|||||||
import * as TAGVALS from './TAGVALS';
|
import * as TAGVALS from './TAGVALS';
|
||||||
import { RedisCommandArguments } from '@node-redis/client/dist/lib/commands';
|
import { RedisCommandArguments } from '@node-redis/client/dist/lib/commands';
|
||||||
import { pushOptionalVerdictArgument, pushVerdictArgument, TuplesObject } from '@node-redis/client/dist/lib/commands/generic-transformers';
|
import { pushOptionalVerdictArgument, pushVerdictArgument, TuplesObject } from '@node-redis/client/dist/lib/commands/generic-transformers';
|
||||||
import internal = require('stream');
|
|
||||||
import { SearchOptions } from './SEARCH';
|
import { SearchOptions } from './SEARCH';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@@ -67,7 +66,7 @@ export default {
|
|||||||
INFO,
|
INFO,
|
||||||
info: INFO,
|
info: INFO,
|
||||||
PROFILESEARCH,
|
PROFILESEARCH,
|
||||||
profileSearch: PROFILESEARCH,
|
profileSearch: PROFILESEARCH,
|
||||||
PROFILEAGGREGATE,
|
PROFILEAGGREGATE,
|
||||||
profileAggregate: PROFILEAGGREGATE,
|
profileAggregate: PROFILEAGGREGATE,
|
||||||
SEARCH,
|
SEARCH,
|
||||||
@@ -381,7 +380,7 @@ export function pushSearchOptions(
|
|||||||
options.LIMIT.size.toString()
|
options.LIMIT.size.toString()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return args;
|
return args;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user