From 04b4db872320a0bc6902c7401fe362901099d58b Mon Sep 17 00:00:00 2001 From: Matt Ranney Date: Thu, 30 Jun 2011 15:33:27 -0600 Subject: [PATCH] Mention EVAL. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e72c2d..02a873b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ redis - a node.js redis client =========================== -This is a complete Redis client for node.js. It supports all Redis commands, including MULTI, WATCH, and PUBLISH/SUBSCRIBE. +This is a complete Redis client for node.js. It supports all Redis commands, including many recently added commands like EVAL from +experimental Redis server branches. + Install with: