sidereal
Redis client
A Redis library for Lua that supports non-blocking mode, pipelining, and proxy tables with automatic reconnection.
Redis library for Lua, with optional non-blocking mode and Lua-style lists & sets.
27 stars
3 watching
3 forks
Language: Lua
last commit: over 13 years ago Related projects:
Repository | Description | Stars |
---|---|---|
moteus/lua-lluv-redis | A Redis client for the Lua-Lluv library, providing functionality for asynchronous interactions with a Redis instance. | 5 |
xxuejie/sohm.lua | An alternative Redis client library for use in a distributed cluster setup | 9 |
openresty/lua-resty-redis | Provides a Lua interface to Redis, leveraging the nonblocking cosocket API for high-performance connectivity. | 1,904 |
xerox-xeon/lua-redis-admin | A Redis client tool with web interface for editing and managing Redis data | 34 |
nrk/redis-lua | A Lua client library for the Redis key-value storage system | 734 |
etaty/rediscala | A high-performance Redis client for Scala with non-blocking and asynchronous I/O operations. | 788 |
debasishg/scala-redis | A Scala library providing a client for interacting with Redis key-value databases. | 1,020 |
silentbicycle/lunatest | A unit testing framework for Lua with support for randomized testing. | 84 |
shomali11/xredis | A Go library providing a simple and type-safe interface to Redis | 19 |
daurnimator/lredis | A Redis client library written in Lua for interacting with a Redis server | 42 |
amakawa/redic | A lightweight Ruby client for Redis with features like pipelining and timeout configuration. | 120 |
aembke/fred.rs | An async Redis client with various features and protocols for interacting with Redis servers. | 390 |
iuioiua/r2d2 | A lightweight Redis client for the Deno runtime | 56 |
laserdisc-io/laserdisc | A pure functional programming Redis client with strongly typed protocol and serialization | 94 |
cuiweixie/lua-resty-redis-cluster | A client library for managing Redis clusters using Lua scripts in an OpenResty configuration. | 100 |