]> git.saurik.com Git - redis.git/commit
redis-cli in REPL mode is now able to send the same command multiple times, prefixing...
authorantirez <antirez@gmail.com>
Sat, 28 May 2011 13:13:55 +0000 (15:13 +0200)
committerantirez <antirez@gmail.com>
Sat, 28 May 2011 13:13:55 +0000 (15:13 +0200)
commit4d19e3443cc3a36bd51684099152d89e18c45afa
treed9a96442a477b7e060e1655224f39245fcedfbc0
parenta45f9a1a1d4c3bc419beeba09d9aae9b2d5b1433
redis-cli in REPL mode is now able to send the same command multiple times, prefixing the command with a number as in "10 ping"
src/redis-cli.c