From 2b4885abc3ab44497efb5b0b28975f238153e182 Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Mon, 30 Apr 2012 19:55:04 +0200 Subject: [PATCH] Update README. [ci skip] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d476048..88f6e94f 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ project. - Command pipelining on single and aggregated connections. - Transparent key prefixing strategy capable of handling any command known that has keys in its arguments. - Abstraction for Redis transactions (Redis >= 2.0) with support for CAS operations (Redis >= 2.2). +- Abstraction for Lua scripting (Redis >= 2.6) is able to switch between EVAL and EVALSHA transparently. - Connections to Redis instances are automatically and lazily estabilished upon the first call to a command. - Ability to connect to Redis using TCP/IP or UNIX domain sockets with support for persistent connections. - Ability to use alternative connection classes to use different types of network or protocol backends.