Alokai

GetCacheProps

Properties for the getCache method.

interface GetCacheProps {
	keys: string[];
}

Properties

NameRequiredTypeDescription
keysRequiredstring[]The keys of Redis records to retrieve.

On this page