Redis client to use.
Key used to store the hash map.
Key used to store the sorted set index.
Optional
useBuffer: UseBufferWhether to use buffers or strings as values.
Protected
Readonly
clientRedis client to use.
Protected
Readonly
hashKey used to store the hash map.
Protected
Readonly
rangeKey used to store the sorted set index.
Protected
Optional
Readonly
useWhether to use buffers or strings as values.
Marker to indicate that this object is a RangeQueryable.
Returns if this has started.
Deletes the values with given keys.
Queries key-value pairs by given criteria.
Optional
options: RangeQueryOptions<string>Gets a value by key from the map.
Optional
options: AbortOptionsGets the list of data identified by given keys.
Optional
options: AbortOptionsReturns whether a key exists in the map.
Checks if given keys exist in the set.
Optional
options: AbortOptionsQueries keys by given criteria.
Optional
options: RangeQueryOptions<string>Protected
queryOptional
options: RangeQueryOptions<string>Sets an entry in the map. Returns MaybePromise<unknown>
to be compatible with ES Map.
Sets given list of entries.
Sets or deletes given list of entries.
Queries values by given criteria.
Optional
options: RangeQueryOptions<string>Generated using TypeDoc
Redis implementation of an async queryable map.