iredis icon indicating copy to clipboard operation
iredis copied to clipboard

Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting.

Results 62 iredis issues
Sort by recently updated
recently updated
newest added

This idea from @crhan , let iredis automatic send commands to get completions from server. So that users can experience completions without type commands like `keys` first. (RTC is for...

planed feature

Ref 20d5abf0a4430544f0c3c556ce0d238c5815ac5d

Currently there is no way in iredis to get this key: https://github.com/celery/kombu/issues/422

``` ➜ [iredis] iredis git:(master) iredis iredis 0.8.12 redis-server 5.0.7 Home: https://iredis.io Issues: https://iredis.io/issues 127.0.0.1:6379> get hash2 (error) WRONGTYPE Operation against a key holding the wrong kind of value 127.0.0.1:6379>...

Then next command will read monitor's response.

`write_result` should check, if output need to be raw, then convert FormatText to bytes.

> Todo: add a default render function, check if its list or string or int. For modules and for non-special render From https://github.com/laixintao/iredis/issues/34#issuecomment-573283550

Mycli support some use commands, like `system` ``` mysql root@localhost:sqlexercise> help; +-------------+----------------------------+------------------------------------------------------------+ | Command | Shortcut | Description | +-------------+----------------------------+------------------------------------------------------------+ | \G | \G | Display current query results vertically....