rueidis
Redis client
A fast Redis client with features like auto-pipelining and client-side caching for high-performance data access in distributed systems.
A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.
2k stars
19 watching
158 forks
Language: Go
last commit: 7 days ago cacheclient-side-cachingdistributedgenericsgogolanglockredisredis-clientresp3resp3-client
Related projects:
Repository | Description | Stars |
---|---|---|
redis/go-redis | A Go client for interacting with the Redis key-value store and message broker | 20,219 |
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,692 |
redis/node-redis | A high-performance Redis client for Node.js with support for various Redis commands and data structures | 16,960 |
redis/ioredis | A high-performance, feature-rich Redis client for Node.js | 14,447 |
redis/redis | An in-memory key-value store with persistence on disk and support for multiple data structures. | 67,203 |
laixintao/iredis | A terminal client for Redis with advanced features like auto-completion, syntax highlighting, and command validation. | 2,568 |
redis-rs/redis-rs | Provides access to Redis functionality through a flexible API | 3,687 |
gomodule/redigo | A Go client library for interacting with Redis databases | 9,757 |
hdt3213/godis | A high-performance Redis server and cluster implementation in Go. | 3,516 |
heroku/redo | A pipelined Redis client written in Erlang, providing low-level access to Redis commands and features. | 19 |
predis/predis | A flexible Redis client for PHP, providing a high-level interface to the popular in-memory data store. | 7,614 |
piaohao/godis | A Go library implementing Redis clients with features like cluster support, pipelines, transactions, and distributed locks. | 111 |
markuman/go-redis | An implementation of the Redis protocol using a high-level interface inspired by GNU Octave's syntax. | 23 |
redis/hiredis | A minimalistic C client library for the Redis database | 6,272 |