]> git.saurik.com Git - redis.git/blobdiff - client-libraries/README
FLUSHALL/FLUSHDB no longer sync on disk. Just increment the dirty counter by the...
[redis.git] / client-libraries / README
index 46b1375f9a40335ef97d82c5b3d9eaafd6bb1b21..e4a265ab04fad1f86c3ba4238546c93f66e2e96b 100644 (file)
@@ -15,6 +15,7 @@ it's possible to grab the most recent version:
 
 Ruby lib source code:
 http://github.com/ezmobius/redis-rb/tree/master
+git://github.com/ezmobius/redis-rb.git
 
 Erlang lib source code:
 http://bitbucket.org/adroll/erldis/
@@ -26,4 +27,8 @@ Perl lib source code:
 Redis-php PHP C module:
 http://code.google.com/p/phpredis/
 
+Lua lib source code:
+http://github.com/nrk/redis-lua/tree/master
+git://github.com/nrk/redis-lua.git
+
 For all the rest check the Redis tarball or Git repository.