Redis desktop/gui client. As of v1.0.28 RediNav for Linux/Windows is free! Download and enjoy! Linux (Ubuntu v18.04+) Windows (v10+) Also available at (c) Scavaline 2019 Bulgaria, 9000 Varna, 44 Rayko Zhinzifov Str.
- Redis Client Tool Mac 10
- Redis Client Tool Mac Os
- Redis Client Tool Mac Download
- Redis Client Tool Mac Command
Download QuickRedis for free. QuickRedis is a free forever redis gui tool. QuickRedis is a free forever Redis Desktop manager. It supports direct connection, sentinel, and cluster mode, supports multiple languages, supports hundreds of millions of keys, and has an amazing UI. Redis GUI Client for Mac. Redis GUI Client for Mac. RedisInsight is the successor to RDBTools! RDBTools will reach EOL on 31st December 2019. Get RedisInsight. Docker run -it redis redis-cli -h 192.168.0.8 # change to your Redis host's IP If you actually just want to install the very least software you possibly can, you don't actually have to install anything! 5 on 94 votes iRedis is a client that connects to the Redis server. The tool supports connecting to Redis server and Redis cluster server. That connects to the Redis.
Windows
Download latest exe package from release [or gitee in China], double click to install.
Linux
Download latest AppImage package from release [or gitee in China], chmod +x
, double click to run.
Mac
- Download latest dmg package from release [or gitee in China], double click to install.
- Or by brew:
brew cask install another-redis-desktop-manager
- Or sponsor by app store, It's not free, and I will be very grateful to you.
Enjoy!
Feature Log
- 2020-11-03: Binary View Support && SSH PassparseTimeout Support
- 2020-09-04: SSH Cluster Support && Extension Commands Support
- 2020-06-18: SSL/TLS Support!!!
- 2020-04-28: Page Zoom && Big Key Loads With Scan && Auto Json
- 2020-04-18: Unvisible KeyValue Format Support
- 2020-04-04: Cluster Support!!!
- 2020-03-13: Dark Mode Support!!! && JsonView In Other Place
- 2020-02-16: SSH Private Key Support
- 2020-02-13: Open Cli Console In Tabs
- 2019-06-14: Custom Font-Family Support
- 2019-05-28: Key List Resizable
- 2019-05-09: Search Support In Hash List Set Zset
- 2019-04-26: Auto Updater
- 2019-04-09: SSH Tunnel Connection Support
- 2019-04-01: Extract Search Support
- 2019-02-22: Single Connection Support
- 2019-01-08: Project Start
Dev Build Setup
Linux Or Mac
If linux errors like this:
Windows
Build Package
Sponsor
Give me a star
⭐ !Through OpenCollective
Through Paypal
If you are a Mac user, you can purchase this software from the app store to sponsor, and then let the app store automatically update it for you.
Wechat sponsor code
Contributors
This project exists thanks to all the people who contribute.
License
Support
Redis uses a standard practice for its versioning: major.minor.patchlevel. An even minor marks a stable release, like 1.2, 2.0, 2.2, 2.4, 2.6, 2.8. Odd minors are used for unstable releases, for example 2.9.x releases are the unstable versions of what will be Redis 3.0 once stable.
Unstable
This is where all the development happens. Only for hard-core hackers. Use only if you need to test the latest features or performance improvements. This is going to be the next Redis release in a few months.Pre-release (6.2)
Redis 6.2 includes many new commands and improvements, but no big features. It mainly makes Redis more complete and addresses issues that have been requested by many users frequently or for a long time.Stable (6.0)
Redis 6.0 introduces SSL, the new RESP3 protocol, ACLs, client side caching, diskless replicas, I/O threads, faster RDB loading, new modules APIs and many more improvements.Docker Hub
It is possible to get Docker images of Redis from the Docker Hub. Multiple versions are available, usually updated in a short time after a new release is available.In the Cloud
Get a free-for-life Redis instance with Redis Cloud Essentials from Redis Labs, the home of Redis.
*Other versions
Old (5.0)
Redis 5.0 is the first version of Redis to introduce the new stream data type with consumer groups, sorted sets blocking pop operations, LFU/LRU info in RDB, Cluster manager inside redis-cli, active defragmentation V2, HyperLogLogs improvements and many other improvements. Redis 5 was release as GA in October 2018.See the release notes or download 5.0.10.
*Other
Historical downloads are still available on https://download.redis.io/.Scripts and other automatic downloads can easily access the tarball of the latest Redis stable version at https://download.redis.io/redis-stable.tar.gz, and its respective SHA256 sum at https://download.redis.io/redis-stable.tar.gz.SHA256SUM. The source code of the latest stable release is always browsable here, use the file src/version.h in order to extract the version in an automatic way.
*How to verify files for integrity
The Github repository redis-hashes contains a README file with SHA1 digests of released tarball archives. Note: the generic redis-stable.tar.gz tarball does not match any hash because it is modified to untar to the redis-stable directory.
*Installation
*From source code
Download, extract and compile Redis with:
The binaries that are now compiled are available in the src
directory. Run Redis with:
You can interact with Redis using the built-in client:
*From the official Ubuntu PPA
Redis Client Tool Mac 10
You can install the latest stable version of Redis from the redislabs/redis
package repository. Add the repository to the apt
index, update it and install:
Redis Client Tool Mac Os
*From Snapcraft
Redis Client Tool Mac Download
You can install the latest stable version of Redis from the Snapcraft marketplace:
Redis Client Tool Mac Command
Are you new to Redis? Try our online, interactive tutorial.