From 493db2edbea1d0bb892f21bf86eb2e7dfd83cdda Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Sun, 30 Nov 2014 12:34:54 +0000 Subject: [PATCH] Add README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f6252db --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file