lua-lluv-redis
Lua Redis Client
A Redis client for the Lua-Lluv library, providing functionality for asynchronous interactions with a Redis instance.
Redis client for lua-lluv library
5 stars
1 watching
1 forks
Language: Lua
last commit: about 5 years ago asyncluaredis
Related projects:
Repository | Description | Stars |
---|---|---|
xerox-xeon/lua-redis-admin | A Redis client tool with web interface for editing and managing Redis data | 34 |
daurnimator/lredis | A Redis client library written in Lua for interacting with a Redis server | 42 |
nrk/redis-lua | A Lua client library for the Redis key-value storage system | 734 |
xxuejie/sohm.lua | An alternative Redis client library for use in a distributed cluster setup | 9 |
omrikiei/lua_redis | Provides a fast and reliable interface with Redis from Lua. | 10 |
silentbicycle/sidereal | A Redis library for Lua that supports non-blocking mode, pipelining, and proxy tables with automatic reconnection. | 27 |
redislabs/redis-lua-debugger | A tool that inserts debugging capabilities into Redis Lua scripts. | 89 |
anjia0532/lua-resty-redis-util | A Lua utility library providing a simplified interface to the Lua-resty-redis library | 124 |
openresty/lua-resty-redis | Provides a Lua interface to Redis, leveraging the nonblocking cosocket API for high-performance connectivity. | 1,904 |
steve0511/resty-redis-cluster | A Lua client module for interacting with Redis clusters using OpenResty. | 376 |
chatid/fend-redis | A Lua-based Redis client library with error handling and iteration support | 0 |
xiusin/vredis | A Redis client written in V programming language, providing basic functionality for connecting to and interacting with Redis databases. | 7 |
ledgetech/lua-resty-redis-connector | A Lua module for establishing connections to Redis servers with various authentication options and configurations. | 235 |
luca3m/redis3m | A C++ Redis client providing a wrapper around hiredis with connection pooling and high availability features. | 190 |
openresty/lua-redis-parser | A Lua module that parses raw Redis responses and constructs corresponding data structures. | 93 |