1 रिपॉजिटरी
Execution of scripts directly on the database server to perform complex atomic operations.
Distinct from Lua Scripting: Focuses on general server-side atomic logic rather than just task-locking or job acquisition
Explore 1 awesome GitHub repository matching data & databases · Server-Side Scripting. Refine with filters or upvote what's useful.
Ledisdb is a high-performance NoSQL database server written in Go. It functions as a key-value store that supports complex data structures and utilizes persistent disk storage to manage data volumes that exceed system memory capacity. The system is designed as both a standalone server and an embeddable engine library that integrates directly into Go binaries. It features a scriptable data store that executes server-side Lua scripts for atomic operations and provides an HTTP API for data exchange using JSON, BSON, and msgpack serialization. The database includes capabilities for distributed d
Embeds a Lua virtual machine to execute server-side scripts for atomic operations and complex data logic.