redis-py
Redis Client
A Python client for interacting with the Redis key-value store
Redis Python client
13k stars
327 watching
3k forks
Language: Python
last commit: about 1 month ago
Linked from 4 awesome lists
pythonredisredis-clientredis-clusterredis-py
Related projects:
Repository | Description | Stars |
---|---|---|
redis/node-redis | A high-performance Redis client for Node.js with support for various Redis commands and data structures | 16,982 |
redis/redis-rb | A Ruby client library for interacting with the Redis in-memory data store | 3,980 |
redis/rueidis | A fast Redis client with features like auto-pipelining and client-side caching for high-performance data access in distributed systems. | 2,499 |
sripathikrishnan/redis-rdb-tools | Tools to parse Redis dump files and extract data in various formats | 5,102 |
tporadowski/redis | A native port of Redis for Windows, implementing its key-value data model with various value types. | 9,151 |
laixintao/iredis | A terminal client for Redis with advanced features like auto-completion, syntax highlighting, and command validation. | 2,577 |
redis/redis | An in-memory key-value store with persistence on disk and support for multiple data structures. | 67,358 |
nkrode/redislive | An application that visualizes Redis instances and analyzes query patterns and spikes. | 3,071 |
redis/go-redis | A Go client for interacting with the Redis key-value store and message broker | 20,260 |
redis-rs/redis-rs | A high-level Rust library providing convenient access to Redis functionality | 3,710 |
redis/hiredis | A minimalistic C client library for the Redis database | 6,283 |
redis/ioredis | A high-performance, feature-rich Redis client for Node.js | 14,483 |
predis/predis | A flexible Redis client for PHP, providing a high-level interface to the popular in-memory data store. | 7,617 |
jonathanslenders/asyncio-redis | A Redis client for Python asyncio event loop | 552 |
redisearch/redisearch | Provides querying and indexing capabilities on top of Redis | 5,585 |