You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
clientKillMaxAge typo, replace MANAGE by MAXAGE (#2782)
Co-authored-by: “gianDiazM” <“gian.diaz.marquez@gmail.com”>
This commit is contained in:
@@ -40,7 +40,7 @@ export type ClientKillSkipMe = CLIENT_KILL_FILTERS['SKIP_ME'] | (ClientKillFilte
|
||||
skipMe: boolean;
|
||||
});
|
||||
|
||||
export interface ClientKillMaxAge extends ClientKillFilterCommon<CLIENT_KILL_FILTERS['MANAGE']> {
|
||||
export interface ClientKillMaxAge extends ClientKillFilterCommon<CLIENT_KILL_FILTERS['MAXAGE']> {
|
||||
maxAge: number;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user