node-redis
Redis client
A high-performance Redis client for Node.js with support for various Redis commands and data structures
Redis Node.js client
17k stars
295 watching
2k forks
Language: TypeScript
last commit: 8 days ago
Linked from 2 awesome lists
node-redisnodejsredisredis-clientredis-cluster
Related projects:
Repository | Description | Stars |
---|---|---|
redis/ioredis | A high-performance, feature-rich Redis client for Node.js | 14,400 |
redis/redis-rb | A Ruby client library for interacting with the Redis in-memory data store | 3,976 |
redis/redis-py | A Python client for interacting with the Redis key-value store | 12,667 |
redis/redis | An in-memory key-value store with persistence on disk and support for multiple data structures. | 67,030 |
redis/rueidis | A fast Redis client with features like auto-pipelining and client-side caching for high-performance data access in distributed systems. | 2,452 |
stackexchange/stackexchange.redis | A high-level interface to the Redis in-memory data store | 5,911 |
redis/go-redis | A Go client for interacting with the Redis key-value store and message broker | 20,148 |
redisearch/redisearch | Provides querying and indexing capabilities on top of Redis | 5,548 |
nkrode/redislive | An application that visualizes Redis instances and analyzes query patterns and spikes. | 3,072 |
predis/predis | A flexible and feature-complete Redis client for PHP | 7,608 |
liaoliaots/nestjs-redis | Provides a Redis client for Node.js applications using Nest framework | 392 |
redis/jedis | A high-performance Java client for interacting with Redis servers. | 11,879 |
laixintao/iredis | A terminal client for Redis with advanced features like auto-completion, syntax highlighting, and command validation. | 2,564 |
tporadowski/redis | A native port of Redis for Windows, implementing its key-value data model with various value types. | 9,065 |
redis-rs/redis-rs | A Rust library providing high-level access to Redis functionality | 3,639 |