RedisCache.init() method
Initializes cache instance
Signature:
init(options?: IRedisCacheOptions): Promise<RedisCache>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
options |
(Optional) |
Returns:
Promise<RedisCache>
{Promise
Initializes cache instance
Signature:
init(options?: IRedisCacheOptions): Promise<RedisCache>;
|
Parameter |
Type |
Description |
|---|---|---|
|
options |
(Optional) |
Returns:
Promise<RedisCache>
{Promise