mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-21 21:51:12 -05:00
[PR #1504] [CLOSED] add iredis to CLI Enhancements. IRedis is part of dbcli. #1318
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1504
Author: @laixintao
Created: 2/28/2020
Status: ❌ Closed
Base:
master← Head:add-iredis📝 Commits (1)
2382e99add iredis to CLI Enhancements. IRedis is part of dbcli.📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
https://github.com/laixintao/iredis
Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting.
Features
KEYSthen runDEL, IRedis will auto-complete your command based onKEYSresult.CLUSTER MEET IP PORT, iredis will validate IP and PORT for you.peekcommand to check the key's type then automatically callget/lrange/sscan, etc, depending on types. You don't need to call thetypecommand then type another command to get the value.peekwill also display the key's length and memory usage.--encode=utf-8, to decode Redis' bytes responses.HELPcommand, tryHELP SET!PyOxidizer, you can use cURL to
download and run, it just works, even you don't have a Python interpreter.
What's the difference between this Python project and similar ones?
There is no other redis-cli alternative currently.
--
Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.