All Versions
44
Latest Version
Avg Release Cycle
5 days
Latest Release
-

Changelog History
Page 4

  • v1.0.5 Changes

    • ๐Ÿ”‹ Feature: Ctrl - X then Ctrl -E to open an editor to edit command.
    • ๐Ÿ”‹ Feature: Support completion_casing config.
  • v1.0.4 Changes

    • ๐Ÿ›  Bugfix: command completions when a command is substring of another command. issue#198
  • v1.0.3 Changes

    • ๐Ÿ”‹ Feature: Support bitfield command, and a new completer for int type.
  • v1.0.2 Changes

    • ๐Ÿ‘ท Internal: Migrate CI from travis and circleci to github action.
  • v1.0.1 Changes

    • ๐Ÿ›  Bugfix: Fix info command decode error on decode=utf-8 #266
  • v1.0 Changes

    • ๐Ÿ”‹ Feature: Support EXIT to exit iredis REPL.
    • ๐Ÿ”‹ Feature: Support CLEAR to clear screen.
    • ๐Ÿ”‹ Feature: Support config log location in iredisrc file, default to None.
  • v0.9.1 Changes

    • ๐Ÿ”‹ Feature: Support PEEK Command.
  • v0.9 Changes

    • ๐Ÿ”จ Refactor: split completer update and response render; Move cli tests to travis ci. (Thanks: [ruohan.chen])
    • ๐Ÿ‘ Support stream commands. _ Timestamp completer support. _ Stream command renders and lexers.
    • ๐Ÿ›  Bugfix: When response is None, iredis.completers.udpate_completer_for_responase will raise Exception.
  • v0.8.12 Changes

    • ๐Ÿ›  Bugfix: Multi spaces between commands can be recongnised as correct commands now.
    • ๐Ÿ”‹ Feature: Warning on dangerous command.
  • v0.8.11 Changes

    • ๐Ÿ›  Bugfix: Fix HELP command can not render markdown with a <h3> header.
    • ๐Ÿ›  Bugfix: Pipeline using a builtin Python API.