summaryrefslogtreecommitdiff
path: root/src/redis-cli.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3554 from jybaek/Delete_duplicateSalvatore Sanfilippo2017-09-181-1/+0
|\
| * Remove Duplicate Processingjybaek2016-10-131-1/+0
* | Add missing fclose()jybaek2017-08-031-0/+1
* | Merge pull request #2259 from badboy/fix-2258Salvatore Sanfilippo2017-07-241-2/+3
|\ \
| * | Check that the whole first argument is a numberJan-Erik Rediger2015-01-071-2/+3
* | | redis-cli --latency: ability to run non interactively.antirez2017-06-301-3/+39
* | | Merge pull request #3659 from cbgbt/cli-elapsedSalvatore Sanfilippo2017-06-201-1/+3
|\ \ \
| * | | cli: Only print elapsed time on OUTPUT_STANDARDcbgbt2016-12-021-1/+3
* | | | redis-cli --bigkeys: show error when TYPE fails.antirez2017-05-151-2/+7
* | | | 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