GetCacheProps
Properties for the getCache method.
interface GetCacheProps {
keys: string[];
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
keys | Required | string[] | The keys of Redis records to retrieve. |
Properties for the getCache method.
interface GetCacheProps {
keys: string[];
}| Name | Required | Type | Description |
|---|---|---|---|
keys | Required | string[] | The keys of Redis records to retrieve. |