All Projects → UUGU → Redis Client App

UUGU / Redis Client App

Licence: mit
A redis client application on mac, windows and linux.

Projects that are alternatives of or similar to Redis Client App

Redis web manager
Manage your Redis instance (see keys, memory used, connected client, etc...)
Stars: ✭ 139 (-0.71%)
Mutual labels:  redis, redis-client
Redisearch Go
Go client for RediSearch
Stars: ✭ 116 (-17.14%)
Mutual labels:  redis, redis-client
Iredis
Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting.
Stars: ✭ 1,661 (+1086.43%)
Mutual labels:  redis, redis-client
Ioredis
🚀 A robust, performance-focused, and full-featured Redis client for Node.js.
Stars: ✭ 9,754 (+6867.14%)
Mutual labels:  redis, redis-client
Aioredis Py
asyncio (PEP 3156) Redis support
Stars: ✭ 2,003 (+1330.71%)
Mutual labels:  redis, redis-client
Godis
redis client implement by golang, inspired by jedis.
Stars: ✭ 87 (-37.86%)
Mutual labels:  redis, redis-client
Php Redis Client
RedisClient is a fast, fully-functional and user-friendly client for Redis, optimized for performance. RedisClient supports the latest versions of Redis starting from 2.6 to 6.0
Stars: ✭ 112 (-20%)
Mutual labels:  redis, redis-client
Php Redis Implementation
Raw wrapper for real Redis fans.
Stars: ✭ 48 (-65.71%)
Mutual labels:  redis, redis-client
Redis Game Transaction
在大型游戏中经常使用分布式,分布式中因为游戏逻辑会经常游戏事务,借助redis特性我们可以实现分布式锁和分布式事务。很多redis集群不支持redis的事务特性。 这个框架用来解决分布式服务器下redis集群事务失效的情况下,基于分布式锁完成分布式事务。支持独占锁,共享锁,读写锁,并且支持事务提交失败情况下的回滚操作,让开发者可以有更多时间侧重游戏逻辑.
Stars: ✭ 124 (-11.43%)
Mutual labels:  redis, redis-client
Cpp Bredis
Boost::ASIO low-level redis client (connector)
Stars: ✭ 117 (-16.43%)
Mutual labels:  redis, redis-client
Redisworks
Pythonic Redis Client
Stars: ✭ 78 (-44.29%)
Mutual labels:  redis, redis-client
Kangaroo
SQL client and admin tool for popular databases
Stars: ✭ 127 (-9.29%)
Mutual labels:  redis, redis-client
Micropython Stm Lib
A collection of modules and examples for MicroPython running on an STM32F4DISCOVERY board
Stars: ✭ 64 (-54.29%)
Mutual labels:  redis, redis-client
Redis Cui
Simple, visual command line tool for redis
Stars: ✭ 101 (-27.86%)
Mutual labels:  redis, redis-client
Goredis
redis client for golang
Stars: ✭ 59 (-57.86%)
Mutual labels:  redis, redis-client
Jredisbloom
Java Client for RedisBloom probabilistic module
Stars: ✭ 108 (-22.86%)
Mutual labels:  redis, redis-client
Perfect Redis
A Swift client for Redis.
Stars: ✭ 26 (-81.43%)
Mutual labels:  redis, redis-client
Cpp redis
C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform - NO LONGER MAINTAINED - Please check https://github.com/cpp-redis/cpp_redis
Stars: ✭ 855 (+510.71%)
Mutual labels:  redis, redis-client
Radish
Desktop client for Redis (Windows, MacOS, Linux)
Stars: ✭ 117 (-16.43%)
Mutual labels:  redis, redis-client
Redli
Redli - A humane alternative to the Redis-cli and TLS
Stars: ✭ 126 (-10%)
Mutual labels:  redis, redis-client

RCA (redis-client-app)

Intruduction

A redis client application on mac, windows and linux.

PS: The project is still the original version, without rigorous testing. Expect the interested person to download and try it out.

Mac版主界面 Mac版子界面 Mac版子界面 Mac版子界面 Mac版子界面 Linux版主界面 Linux版子界面 Windows版主界面

Update Log

2017-10-12

  1. The project was first released.

2017-08-10

  1. Project init.

Install Environment

  • The project is based on Electron and VUE development, also it is based on Node.js. Please install the latest stable version of Node.js.

Runing/Building Step

1git clone https://github.com/UUGU/redis-client-app.git
2cd redis-client-app
3npm install Install dependency package
4:Run or pack the application

  • npm run start Run the application for development mode.
  • npm run make Package the local projects and the generated software is under the ./out directory.

Thanks List

  • jizongquan UI Support
  • lvhuipin UI Support

Contributors

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].