Options
All
  • Public
  • Public/Protected
  • All
Menu

Redis-driven Cache implementation.

Hierarchy

Index

Constructors

constructor

Properties

Protected Readonly redis

redis: Redis

The Redis service.

Methods

arrayPop

  • arrayPop(key: string): Promise<undefined | string>

arrayPush

  • arrayPush(key: string, value: string): Promise<void>

decrement

  • decrement(key: string, amount?: number): Promise<undefined | number>

drop

  • drop(key: string): Promise<void>

fetch

  • fetch(key: string): Promise<undefined | string>

has

  • has(key: string): Promise<boolean>

increment

  • increment(key: string, amount?: number): Promise<undefined | number>

pop

  • pop(key: string): Promise<Maybe<string>>

put

  • put(key: string, value: string, expires?: Date): Promise<void>
Extollo Logo

extollo (v. latin) - to lift up, to elevate

Extollo is a free & libre application framework in TypeScript.