@team_seki/redis-plugin
v1.4.0
Published
Redis plugin
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.:localhostSK_REDIS_<identifier>_PORT. The port where Redis is listening. E.g.:6379SK_REDIS_<identifier>_AUTH. The password. Not used in local environment. E.g.:my-password
