• antirez's avatar
    Lua debugger: support direct calls to SCRIPT DEBUG in redis-cli. · 7c1a5ff3
    antirez authored
    Previously it was possible to activate a debugging session only using
    the --ldb option in redis-cli. Now calling SCRIPT DEBUG can also
    activate the debugging mode without putting the redis-cli in a
    desynchronized state.
    
    Related to #2952.
    7c1a5ff3
redis-cli.c 81.8 KB