Showing 1-20 of 99 packages
A modern, high performance Valkey client
Valkey storage adapter for Keyv
General Language Independent Driver for the Enterprise (GLIDE) for Valkey
Valkey commands
Native bindings for valkey-glide on linux-x64-musl
Native bindings for valkey-glide on linux-x64-gnu
Native bindings for valkey-glide on darwin-arm64
Native bindings for valkey-glide on linux-arm64-gnu
Native bindings for valkey-glide on linux-arm64-musl
Native bindings for valkey-glide on darwin-x64
Valkey module for Testcontainers
A robust, performance-focused and full-featured Valkey/Redis client for Node.js.
The source code and documentation for this package are in the main [node-valkey](https://github.com/firassziedan/node-valkey) repo.
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
Example usage: ```javascript import { createClient, Graph } from 'valkey';
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
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
Production-ready distributed locks for Redis and Valkey with support for node-redis, ioredis, and Valkey GLIDE
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
Valkey module for NestJS