Vanilla Redis driver for DeepBase (v3.6.9) that stores nested objects as JSON strings in Redis using standard string operations. Works with any Redis installation without modules. Maintained by the DeepBase team with regular releases. Alternatives: deepbase-redis-json for atomic JSON path operations (requires Redis Stack).
npm install deepbase-redisNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes DeepBase with RedisDriver, sets and gets a nested object, increments a counter, and disconnects.
Use 'prefix' option instead of 'name' in RedisDriver constructor.
Use deepbase-redis-json driver for atomic JSON path operations.
Remove those options; they are no longer used.
Wrap connection in retry logic or use ioredis driver instead.
Run 'npm install deepbase deepbase-redis' to install both packages.
Use 'import DeepBase from 'deepbase'' (default import).
Use 'const RedisDriver = require('deepbase-redis').default' or switch to ESM import.