Skip to main content
RedisResource exposes Redis keys as files under a single mount. The base of every key is the configured keyPrefix.
Node only. Requires the redis@^5 peer dependency. The browser SDK doesn’t ship a Redis client.

Install

Config

Mount mode

read, write, exec. For the broader Redis semantics (binary keys, key patterns, snapshot caveats) see the Python Redis docs.