All Projects → kyai → Redis Cui

kyai / Redis Cui

Licence: mit
Simple, visual command line tool for redis

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Redis Cui

Wait4x
Wait4X is a cli tool to wait for everything! It can be wait for a port to open or enter to rquested state.
Stars: ✭ 30 (-70.3%)
Mutual labels:  cli, redis, tool
Labeler
Manage labels on GitHub as code
Stars: ✭ 78 (-22.77%)
Mutual labels:  cli, tool
Nostromo
CLI for building powerful aliases
Stars: ✭ 76 (-24.75%)
Mutual labels:  cli, tool
Fileinfo
📄Get information on over 10,000 file extensions right from the terminal
Stars: ✭ 86 (-14.85%)
Mutual labels:  cli, tool
Micropython Stm Lib
A collection of modules and examples for MicroPython running on an STM32F4DISCOVERY board
Stars: ✭ 64 (-36.63%)
Mutual labels:  redis, redis-client
Neutron
Neutron is a CLI developed to help developers create new react projects with Redux + Redux Saga and offers well-structured code standardization.
Stars: ✭ 65 (-35.64%)
Mutual labels:  cli, tool
Ioredis
🚀 A robust, performance-focused, and full-featured Redis client for Node.js.
Stars: ✭ 9,754 (+9557.43%)
Mutual labels:  redis, redis-client
Php Redis Implementation
Raw wrapper for real Redis fans.
Stars: ✭ 48 (-52.48%)
Mutual labels:  redis, redis-client
Godis
redis client implement by golang, inspired by jedis.
Stars: ✭ 87 (-13.86%)
Mutual labels:  redis, redis-client
Starred search
Fuzzy search your list of starred ★ repositories on GitHub
Stars: ✭ 89 (-11.88%)
Mutual labels:  cli, tool
Snitch
Snitch is the tool that keeps your tests under surveillence.
Stars: ✭ 100 (-0.99%)
Mutual labels:  cli, tool
Fsq
A tool for querying the file system with a SQL-like language.
Stars: ✭ 60 (-40.59%)
Mutual labels:  cli, tool
Goredis
redis client for golang
Stars: ✭ 59 (-41.58%)
Mutual labels:  redis, redis-client
Image To Xls
A simple tool to make ascii art from an image using excel colored cells.
Stars: ✭ 75 (-25.74%)
Mutual labels:  cli, tool
Pizza Cli
🍕 Order a pizza in a CLI app (just for fun!)
Stars: ✭ 58 (-42.57%)
Mutual labels:  cli, tool
Redisworks
Pythonic Redis Client
Stars: ✭ 78 (-22.77%)
Mutual labels:  redis, redis-client
Dart Code Metrics
Software analytics tool that helps developers analyse and improve software quality.
Stars: ✭ 96 (-4.95%)
Mutual labels:  cli, tool
Lucid
A simple mock-application for programs that work with child processes
Stars: ✭ 45 (-55.45%)
Mutual labels:  cli, tool
Boilr
⚡️ boilerplate template manager that generates files or directories from template repositories
Stars: ✭ 1,268 (+1155.45%)
Mutual labels:  cli, tool
Matrix Commander
simple but convenient CLI-based Matrix client app for sending and receiving
Stars: ✭ 90 (-10.89%)
Mutual labels:  cli, tool

redis-cui

Build Status GolangCI Go Report Card

Simple, visual command line tool for redis.

demo

Feature

  • Simple and visual
  • Server friendly
  • Supported vim keys
  • Same arguments as redis-cli

Installation

go get github.com/kyai/redis-cui

Or download the binary and add it to your PATH

Latest release

Usage

$ redis-cui
Usage: redis-cui [OPTIONS]

  -h <hostname>   Server hostname (default: 127.0.0.1)
  -p <port>       Server port (default: 6379)
  -a <password>   Password to use when connecting to the server
  -n <database>   Database number
  -q              Default redis query condition (default: *)
  --help          Output this help and exit
  --version       Output version and exit

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].