You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
wip
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { RedisArgument, SimpleStringReply, Command } from '../RESP/types';
|
||||
import { RedisVariadicArgument } from './generic-transformers';
|
||||
|
||||
interface CommonOptions {
|
||||
REDIRECT?: number;
|
||||
NOLOOP?: boolean;
|
||||
@@ -18,7 +19,7 @@ interface OptOutOptions {
|
||||
OPTOUT?: boolean;
|
||||
}
|
||||
|
||||
type ClientTrackingOptions = CommonOptions & (
|
||||
export type ClientTrackingOptions = CommonOptions & (
|
||||
BroadcastOptions |
|
||||
OptInOptions |
|
||||
OptOutOptions
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user