]> git.saurik.com Git - redis.git/commit
redis-cli no longer aborts in repl-mode on error, and retries to reconncet with the...
authorantirez <antirez@gmail.com>
Sat, 28 May 2011 13:04:12 +0000 (15:04 +0200)
committerantirez <antirez@gmail.com>
Sat, 28 May 2011 13:04:12 +0000 (15:04 +0200)
commita45f9a1a1d4c3bc419beeba09d9aae9b2d5b1433
treeed5413fd50ee0fa83b8ed3ae727bd9ea724f6683
parentefc3408748061a08ec5ff18e392c30f31f5094a2
redis-cli no longer aborts in repl-mode on error, and retries to reconncet with the server at every command issued if the state is not connected. Also the prompt shows the server we are connected to.
src/redis-cli.c