redis_tui
Redis client
A terminal-based Redis client that allows users to interact with a Redis database using a simple command-line interface.
Redis terminal application
96 stars
2 watching
4 forks
Language: Go
last commit: 11 months ago command-linegogolangredisredis-clientterminal-basedtui
Related projects:
Repository | Description | Stars |
---|---|---|
hoisie/redis | A Redis client library for the Go programming language | 591 |
markuman/go-redis | An implementation of the Redis protocol using a high-level interface inspired by GNU Octave's syntax. | 23 |
shomali11/xredis | A Go library providing a simple and type-safe interface to Redis | 19 |
xiusin/vredis | A Redis client written in V programming language, providing basic functionality for connecting to and interacting with Redis databases. | 7 |
luca3m/redis3m | A C++ Redis client providing a wrapper around hiredis with connection pooling and high availability features. | 190 |
piaohao/godis | A Go library implementing Redis clients with features like cluster support, pipelines, transactions, and distributed locks. | 111 |
debasishg/scala-redis | A Scala library providing a client for interacting with Redis key-value databases. | 1,020 |
iuioiua/r2d2 | A lightweight Redis client for the Deno runtime | 57 |
xgzlucario/rotom | A high-performance Redis server written in Go with optimized data structures and event-driven architecture. | 41 |
saltfishpr/redis-viewer | Tool to view Redis data in terminal | 151 |
victortrapenok/simpleredisclient | A C++ client library to connect to and interact with Redis servers on Unix systems. | 16 |
denodrivers/redis | An experimental Redis client for Deno written in TypeScript. | 456 |
etaty/rediscala | A high-performance Redis client for Scala with non-blocking and asynchronous I/O operations. | 788 |
hmartiro/redox | A modern C++ client for Redis that provides an asynchronous API and is designed for high-performance applications. | 388 |
openresty/redis2-nginx-module | An Nginx module for interacting with Redis using the Redis 2.0 protocol | 902 |