@fastpanel/redis
TypeScript icon, indicating that this package has built-in type declarations

0.2.1-alpha.3 • Public • Published

fastPanel Redis.

Extension to work with the "Redis" service.


Env

  # Defines the redis environment.
  # Can be: "default", "cluster".
  REDIS_TYPE='default'

  # For default.
  REDIS_HOST='127.0.0.1'
  REDIS_PORT=6379

  # For cluster.
  REDIS_HOSTS='192.168.1.2:6379;192.168.1.3:6379'

  # For all types.
  REDIS_OPTIONS_FAMILY=4
  REDIS_OPTIONS_PASSWORD=''
  REDIS_OPTIONS_DB=0
  REDIS_OPTIONS_KEY_PREFIX='fastpanel:'

License

The MIT License (MIT)


Copyright

(c) 2018 - 2019 Desionlab

Readme

Keywords

Package Sidebar

Install

npm i @fastpanel/redis

Weekly Downloads

6

Version

0.2.1-alpha.3

License

MIT

Unpacked Size

16.8 kB

Total Files

13

Last publish

Collaborators

  • fenixphp