lua-resty-cache
Cache library
Provides an HTTP cache with Redis backend, allowing for stale response serving and exclusive locking.
http cache to redis, can server stale response, and using "lua-resty-lock" only allow one request to populate a new cache
56 stars
5 watching
19 forks
Language: Lua
last commit: about 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A high-performance caching library for OpenResty applications | 404 |
| An LRU cache implementation for OpenResty and Lua applications. | 441 |
| A Lua utility library providing a simplified interface to the Lua-resty-redis library | 125 |
| A simple nonblocking lock API for ngx_lua based on shared memory dictionaries | 308 |
| A shared dictionary API interface written in Lua for OpenResty applications | 32 |
| A memcached client with built-in caching and concurrency control using Lua and shared memory | 33 |
| Provides a Lua-based HTTP client driver for non-blocking requests with support for various features and protocols. | 188 |
| An AWS SDK library for OpenResty written in Lua | 24 |
| A Lua library that provides a client driver for an open-source key-value store server. | 101 |
| Provides a Lua interface to Redis, leveraging the nonblocking cosocket API for high-performance connectivity. | 1,907 |
| A nonblocking Lua HTTP client library for downloading web pages and interacting with servers | 14 |
| A Lua library providing a client driver for interacting with Kafka message queues | 803 |
| A two-layer caching system utilizing Lua's built-in shared dictionary and LRU cache for efficient storage and retrieval of data. | 19 |
| A Lua library that provides a simple and convenient way to make HTTP requests in OpenResty | 163 |
| A set of string utility functions and hash algorithms for Lua, designed to work with nginx and LuaJIT. | 431 |