2 dépôts
Tools that run Lua scripts on a Redis server with named parameter replacement for complex, atomic server-side logic.
Distinct from Lua Scripting: Distinct from general Lua Scripting: focuses specifically on executing Lua scripts within Redis, not general-purpose Lua scripting.
Explore 2 awesome GitHub repositories matching data & databases · Redis Lua Script Executors. Refine with filters or upvote what's useful.
General purpose redis client
Implements Lua script execution on Redis servers with named parameter replacement for atomic server-side logic.
This is a Ruby client library and protocol driver used to integrate Ruby applications with Redis databases. It functions as a communication layer that manages protocol versions and provides a consistent interface for executing database operations. The library supports a variety of deployment topologies, including standalone instances, Redis Sentinel for high-availability master discovery and failover, and Redis Cluster with slot-aware request routing and node discovery. It also provides client-side sharding using consistent hashing to distribute data across independent servers. Broad capabil
Executes Lua scripts on the Redis server to perform complex, atomic data transformations.