summaryrefslogtreecommitdiff
path: root/src/redis-cli.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize help only in repl modeJan-Erik Rediger2017-01-081-5/+5
* Fix redis-cli rare crash.Yossi Gottlieb2016-12-121-0/+4
* redis-cli typo fixed: perferences -> preferences.antirez2016-11-021-2/+2
* Add missing fclose()jybaek2016-10-281-0/+1
* redis-cli: "allocator-stats" -> "malloc-stats".antirez2016-09-191-1/+1
* MEMORY DOCTOR initial implementation.antirez2016-09-161-1/+2
* Memory related subcommands of DEBUG moved to MEMORY.antirez2016-09-161-2/+3
* redis-cli LRU test mode: randomize value of key when setting.antirez2016-07-181-1/+4
* redis-cli LRU test mode: remove newline from key names.antirez2016-07-181-1/+1
* redis-cli: check SELECT reply type just in state updated.antirez2016-07-051-1/+1
* Fix for redis_cli printing default DB when select command fails.sskorgal2016-07-011-1/+1
* redis-cli: really connect to the right server.antirez2016-06-161-2/+5
* Remove debug printingJan-Erik Rediger2016-05-211-3/+0
* redis-cli: integrate help.h with COMMAND output.antirez2016-05-071-10/+70
* redis-cli: remove debugging message.antirez2016-05-051-1/+0
* Merge pull request #3008 from badboy/fix-2911Salvatore Sanfilippo2016-05-051-1/+1
|\
| * Fix nanosecond conversionJan-Erik Rediger2016-01-131-1/+1
* | redis-cli: don't free historyfile, is used later.antirez2016-05-051-1/+1
* | Merge pull request #3077 from Palethorn/ipv6-redirect-parseSalvatore Sanfilippo2016-05-051-1/+1
|\ \
| * | Reverse redirect address parseDavid Cavar2016-02-091-1/+1
* | | Minor redis-cli wording change in --help output.antirez2016-05-041-1/+2
* | | add DEBUG JEMALLC PURGE and JEMALLOC INFO cleanupOran Agra2016-04-251-1/+1
* | | redis-cli preferences and rc file support.antirez2016-04-131-17/+85
* | | redis-cli hints.antirez2016-04-131-0/+53
|/ /
* | Lua debugger: support direct calls to SCRIPT DEBUG in redis-cli.antirez2016-01-081-0/+21
|/
* fix sprintf and snprintf format stringantirez2015-11-281-2/+2
* Lua debugger: redis-cli: allow restart after end of session.antirez2015-11-171-1/+3
* Lua debugger: redis-cli can restart Lua debugging sessions.antirez2015-11-171-44/+74
* Lua debugger: maxlen command implemented.antirez2015-11-171-0/+1
* Lua debugger: redis-cli: show compile errors in LDB mode.antirez2015-11-171-3/+12
* Lua debugger: redis-cli error when --ldb is without --eval.antirez2015-11-171-0/+7
* Lua debugger: use sds_malloc() to allocate eval cli array.antirez2015-11-171-1/+1
* Lua debugger: better support for synchronous mode.antirez2015-11-171-3/+16
* Lua debugger: inform user changes are rolled back.antirez2015-11-171-1/+1
* Lua debugger: clear end of session protocol.antirez2015-11-171-9/+19
* Lua debugger: redis.debug() implemented.antirez2015-11-171-0/+1
* Lua debugger: redis-cli, mark end of debugging session.antirez2015-11-171-0/+1
* Lua debugger: much better Lua values pretty printer.antirez2015-11-171-1/+1
* Lua debugger: output improvements, eval command.antirez2015-11-171-6/+26
* Lua debugger: breakpoints.antirez2015-11-171-1/+53
* Lua debugger: log Redis commands. List command.antirez2015-11-171-0/+2
* Lua debugger: initial REPL.antirez2015-11-171-2/+10
* Lua debugger: foundations implemented.antirez2015-11-171-1/+18
* redis-cli pipe mode: don't stay in the write loop forever.antirez2015-09-301-1/+6
* SCAN iter parsing changed from atoi to chartoullubuntu2015-09-071-1/+1
* RDMF: More consistent define names.antirez2015-07-271-2/+2
* sds size classes - memory optimizationOran Agra2015-07-141-2/+2
* DEBUG HTSTATS <dbid> added.antirez2015-07-141-3/+3
* redis-cli --latency-dist: one gray more, and --mono support.antirez2015-02-131-7/+17
* redis-cli --latency-dist, hopefully better palette.antirez2015-02-131-2/+2