Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stvp/lualibrary
RedisGreen Lua Script Library
https://github.com/stvp/lualibrary
Last synced: 3 months ago
JSON representation
RedisGreen Lua Script Library
- Host: GitHub
- URL: https://github.com/stvp/lualibrary
- Owner: stvp
- License: other
- Created: 2014-08-05T16:06:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T01:09:05.000Z (over 8 years ago)
- Last Synced: 2024-05-22T19:30:56.661Z (6 months ago)
- Language: HTML
- Homepage: http://www.redisgreen.net/library.html
- Size: 8.79 KB
- Stars: 11
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lua library
A collection of public domain Redis Lua scripts for your use or reference.
## Running
All of these scripts can be loaded and run using `EVAL` and `EVALSHA`. See the
[`EVAL`](http://redis.io/commands/eval) docs for specifics on how this works, or
find more details in [this blog post](http://www.redisgreen.net/blog/intro-to-lua-for-redis-programmers/).## Thanks
Many of the examples this repository started with were taken from
[EVALSHA.com](https://github.com/aaronblohowiak/evalsha). Special thanks to its
creator, Aaron Blohowiak, who created a tool to facilitate the sharing of Lua
scripts for Redis.## Contributing
Contributions are very welcome, and will be shared with attribution. Please
review the guidelines below when you decide to contribute.### Pull Requests
* There are a few required fields in the header, be sure to fill those out
* If you do not want to claim authorship, specify 'public domain' as the author.
* Include concise, repeatable examples in your documentation whenever possible.
* Include a raw copy of your script in the `raw` directory, with the name `SHA`.lua