Redis module. This module provides a shallow wrapper around the ioredis
library. See ioredis#Redis for
allowed options.
ioredis itself then makes available all redis commands through a Promise-based API.
Please consult the redis docs for specific commands you can use, with basic usage looking like:
Redis module. This module provides a shallow wrapper around the ioredis library. See ioredis#Redis for allowed options.
ioredis itself then makes available all redis commands through a Promise-based API. Please consult the redis docs for specific commands you can use, with basic usage looking like: