Type aliases
CommandRawReply
Command
Raw
Reply
: [name
: string, arity
: number, flags
: CommandFlags[], firstKeyIndex
: number, lastKeyIndex
: number, step
: number, categories
: CommandCategories[]]CommandReply
Command
Reply
: { arity
: number; categories
: Set<CommandCategories>; firstKeyIndex
: number; flags
: Set<CommandFlags>; lastKeyIndex
: number; name
: string; step
: number }Type declaration
arity: number
firstKeyIndex: number
lastKeyIndex: number
name: string
step: number
FunctionListRawItemReply
Function
List
Raw
Item
Reply
: ["library_name", string, "engine", string, "functions", ["name", string, "description", string | null, "flags", RedisFunctionFlags[]][]]GeoSearchBy
GeoSearchBy: GeoSearchByRadius | GeoSearchByBox
GeoUnits
GeoUnits: "m" | "km" | "mi" | "ft"
ListSide
ListSide: "LEFT" | "RIGHT"
SortedSetSide
SortedSetSide: "MIN" | "MAX"