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

remove unused import

This commit is contained in:
leibale
2021-12-13 15:56:42 -05:00
parent 6c9b406591
commit c0db4226e7

View File

@@ -30,7 +30,6 @@ import * as SYNUPDATE from './SYNUPDATE';
import * as TAGVALS from './TAGVALS';
import { RedisCommandArguments } from '@node-redis/client/dist/lib/commands';
import { pushOptionalVerdictArgument, pushVerdictArgument, TuplesObject } from '@node-redis/client/dist/lib/commands/generic-transformers';
import internal = require('stream');
import { SearchOptions } from './SEARCH';
export default {
@@ -67,7 +66,7 @@ export default {
INFO,
info: INFO,
PROFILESEARCH,
profileSearch: PROFILESEARCH,
profileSearch: PROFILESEARCH,
PROFILEAGGREGATE,
profileAggregate: PROFILEAGGREGATE,
SEARCH,
@@ -381,7 +380,7 @@ export function pushSearchOptions(
options.LIMIT.size.toString()
);
}
return args;
}