1.0.3 • Published 1 year ago

@micro-nest/redis v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

MICRO-NEST Redis

Quick Start

  • Install npm i @micro-nest/redis

  • Imports

import { get, set, del, flushall, flushdb  } from "@micro-nest/redis"
import { publish, subscribe, psubscribe, psub, sub, } from "@micro-nest/redis"
import { random } from "@micro-nest/redis"

Description

  • Just install and start using
  • Provides a set of helper functions to help you redis

Code Less & Do More

  • SSL mode auto configured
  • Default is configured, just pass the options you want to override.
  • Easy to use and configure.

Todo:

  • @Ping decorator

Organization

Stay in touch

License

@micro-nest is MIT licensed.

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago