Type alias RedisJSON

RedisJSON: null | boolean | number | string | Date | RedisJSON[] | {
    [key: string]: RedisJSON;
}

Type declaration

Generated using TypeDoc