lua-resty-ssdb
Key-value store client
A Lua library that provides a client driver for an open-source key-value store server.
Lua ssdb client driver for the ngx_lua based on the cosocket API, SSDB is a leveldb server.
101 stars
12 watching
55 forks
Language: Lua
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
paragasu/lua-resty-couchdb | A Lua client library for interacting with CouchDB databases. | 9 |
cloudflarearchive/lua-resty-kyototycoon | A non-blocking client driver for the KyotoTycoon in-memory key-value store using Lua and OpenResty/ngx_lua. | 17 |
liseen/lua-resty-http | A Lua library that provides a non-blocking HTTP client driver for use in web servers. | 188 |
iqiyi/lua-resty-couchbase | A Lua client driver for accessing Couchbase databases from an Nginx web server | 79 |
kong/lua-resty-aws | An AWS SDK library for OpenResty written in Lua | 24 |
doujiang24/lua-resty-kafka | A Lua library providing a client driver for interacting with Kafka message queues | 803 |
openresty/lua-resty-websocket | A Lua implementation of the WebSocket protocol for use in web servers. | 507 |
hongliang5316/lua-resty-ftpclient | A Lua-based library for interacting with FTP servers using the cosocket API. | 15 |
doriangray/lua-resty-http | A Lua HTTP client driver for OpenResty/ngx_lua based on the cosocket API. | 0 |
ledgetech/lua-resty-http | A Lua HTTP client cosocket driver for OpenResty / ngx_lua. | 1,996 |
oneoo/lua-resty-httpclient | A nonblocking Lua HTTP client library for downloading web pages and interacting with servers | 14 |
google/leveldb | A fast key-value storage library written at Google providing an ordered mapping from string keys to string values | 36,564 |
holys/ledis-openresty | A Lua client driver for interacting with LedisDB using ngx_lua's cosocket API | 5 |
lloydzhou/lua-resty-cache | Provides an HTTP cache with Redis backend, allowing for stale response serving and exclusive locking. | 56 |
openresty/lua-resty-lock | A simple nonblocking lock API for ngx_lua based on shared memory dictionaries | 306 |