Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRedisCacheClient

Hierarchy

  • IRedisCacheClient

Index

Methods

close

  • close(): Promise<any>

connect

get

  • get(key: string, options?: ICacheGetOptions): Promise<any>

removeKeysByPattern

  • removeKeysByPattern(prefix: string): Promise<number>

set

  • set(key: string, value: any, options?: ICacheSetOptions): Promise<any>

Generated using TypeDoc