Commit e0f15a65d6531a93942e413f3110f52ad851806e

antirez 2014-04-18T17:47:49

Multi line editing is no longer experimental. It is now the default in the Redis command line interface so it is used by many users every day.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/README.markdown b/README.markdown
index 98ad7ff..2d21dc4 100644
--- a/README.markdown
+++ b/README.markdown
@@ -3,8 +3,7 @@
 A minimal, zero-config, BSD licensed, readline replacement used in Redis,
 MongoDB, and Android.
 
-* Single line editing mode with the usual key bindings implemented.
-* Experimental multi-line editing mode.
+* Single and multi line editing mode with the usual key bindings implemented.
 * History handling.
 * Completion.
 * About 1,100 lines of BSD license source code.