iovalkey
A robust, performance-focused and full-featured Valkey/Redis client for Node.js.
A robust, performance-focused and full-featured Valkey/Redis client for Node.js.
A modern, high performance Valkey client
This package provides support for the [ValkeyBloom](https://valkeybloom.io) module, which adds additional probabilistic data structures to Valkey. It extends the [Node Valkey client](https://github.com/firassziedan/node-valkey) to include functions for e
The source code and documentation for this package are in the main [node-valkey](https://github.com/firassziedan/node-valkey) repo.
Example usage: ```javascript import { createClient, Graph } from 'valkey';
This package provides support for the [ValkeyJSON](https://valkey.io/docs/stack/json/) module, which adds JSON as a native data type to Valkey. It extends the [Node Valkey client](https://github.com/firassziedan/node-valkey) to include functions for each
This package provides support for the [ValkeySearch](https://valkeyearch.io) module, which adds indexing and querying support for data stored in Valkey Hashes or as JSON documents with the ValkeyJSON module. It extends the [Node Valkey client](https://gi
This package provides support for the [ValkeyTimeSeries](https://valkeytimeseries.io) module, which adds a time series data structure to Valkey. It extends the [Node Valkey client](https://github.com/firassziedan/node-valkey) to include functions for each
Valkey storage adapter for Keyv
A modern, high performance Valkey client
Scale Hocuspocus horizontally with Valkey
The source code and documentation for this package are in the main [node-valkey](https://github.com/valkey-ts/node-valkey) repo.
This package provides support for the [RedisBloom](https://redisbloom.io) module, which adds additional probabilistic data structures to Redis. It extends the [Node Redis client](https://github.com/redis/node-redis) to include functions for each of the Re
The source code and documentation for this package are in the main [node-redis](https://github.com/redis/node-redis) repo.
Example usage:
This package provides support for the [RedisJSON](https://redis.io/docs/stack/json/) module, which adds JSON as a native data type to Redis. It extends the [Node Redis client](https://github.com/redis/node-redis) to include functions for each of the Redis
This package provides support for the [RediSearch](https://redisearch.io) module, which adds indexing and querying support for data stored in Redis Hashes or as JSON documents with the RedisJSON module. It extends the [Node Redis client](https://github.co
This package provides support for the [RedisTimeSeries](https://redistimeseries.io) module, which adds a time series data structure to Redis. It extends the [Node Redis client](https://github.com/redis/node-redis) to include functions for each of the Redi
General Language Independent Driver for the Enterprise (GLIDE) for Valkey
Valkey module for Testcontainers