Add README.md

This commit is contained in:
2014-11-30 12:34:54 +00:00
parent 63c559ec90
commit 493db2edbe

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
This project aims to extend [jedis](https://github.com/xetorthio/jedis) or its fork [jlibredis](https://github.com/Boukefalos/jlibredis) to enable relational database-type operations. Inspiration is taken from the great articles [Redis Set Intersection - Using Sets to Filter Data](http://robots.thoughtbot.com/redis-set-intersection-using-sets-to-filter-data) and [Bitwise Lua Operations in Redis](http://blog.jupo.org/2013/06/12/bitwise-lua-operations-in-redis/).
To this end, Lua scripts are executed at the redis server. Dependencies in these scripts are automatically resolved by the Java wrapper.
Currently, the project is a rather unorganised set of test code. Interesting Lua snippets awaiting implementation are listed in evalsha.txt.