@team_seki/redis-plugin
v1.4.0
Published
Redis plugin
Downloads
236
Readme
redis-plugin
This library was generated with Nx.
Building
Run nx build redis-plugin
to build the library.
Running unit tests
Run nx test redis-plugin
to execute the unit tests via Jest.
Environment variables
Environment variables are supported since v1.3.0
.
SK_REDIS_<identifier>_HOST
. The host where Redis is runing. E.g.:localhost
SK_REDIS_<identifier>_PORT
. The port where Redis is listening. E.g.:6379
SK_REDIS_<identifier>_AUTH
. The password. Not used in local environment. E.g.:my-password