1.0.3 • Published 2 years ago

@micro-nest/redis v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago