Redis Client Mac Gui



The GUI for streamlined Redis application development

Download Medis - GUI for Redis for macOS 10.10.0 or later and enjoy it on your Mac. ‎Medis is a beautiful, easy-to-use Redis GUI management application for Redis = 2.8. The second announcement is the release of RedisInsight, a GUI management client for Windows, Linux and Mac. It is actually a browser-based tool which installs as a local web application, or you can deploy it on K8s, AWS EC2, or anywhere a Docker container can run. Supporting Redis OSS, Redis Enterprise, Redis Cloud, Amazon ElastiCache and most popular Redis modules, RedisInsight provides an intuitive GUI for Redis and helps optimize your use of Redis in your applications. Visualize and Interact with Redis databases Scan existing keys, add new ones, perform CRUD or bulk operations.

Redis Desktop Manager (aka RDM) offers you an easy-to-use GUI to access your Redis databases and perform some basic operations: View keys as a tree; CRUD keys; Analyse memory usage for entire DB or for selected namespace in tree-view (redis-server = 4.0 is required) List currently connected clients, opened Pub/Sub channels and Slow log commands. Redis Desktop Manager (aka RDM) — is a fast open source Redis database management application for Windows, Linux and MacOS. This tool offers you an easy-to-use GUI to access your Redis DB and perform some basic operations: view keys as a tree, CRUD keys, execute commands via shell.

RedisInsight provides an intuitive and efficient GUI for Redis, allowing you to interact with your databases and manage your data—with built-in support for most popular Redis modules. It provides tools to analyze the memory, profile the performance of your database usage, and guide you toward better Redis usage.

Benefits

Visualize and interact with your Redis data

Browse and explore your Redis databases and intuitively interact with your data.

Improve the developer experience

Speed up your developer workflows by easily creating queries, exploring the results, and debugging them.

Optimize Redis usage

Diagnose performance, profile the way your application uses Redis to identify bottlenecks, and optimize Redis usage.

Support Redis modules

Built-in support for RedisGraph, RediSearch, RedisTimeseries, RedisJSON, Redis Streams, and complex data structures.

Monitor your Redis databases

Analyze, manage, and monitor your Redis databases and clusters.

Main capabilities

Supporting Redis OSS, Redis Enterprise, Redis Cloud, Amazon ElastiCache and most popular Redis modules, RedisInsight provides an intuitive GUI for Redis and helps optimize your use of Redis in your applications.

Visualize and Interact with Redis databases

Scan existing keys, add new ones, perform CRUD or bulk operations. Display objects in a pretty-print JSON objects format and support friendly keyboard navigation.

Built-in support for Redis modules

Redis Windows Gui Client

Query, visualize, and interactively manipulate graph, streams and time-series data. Build queries, explore the results, optimize, and quickly iterate with a multi-line query editor. Support for RedisJSON, RediSearch, RedisGraph, Streams, RedisTimeSeries, and RedisGears.

Memory analysis for Redis

Analyze memory usage offline—without affecting Redis performance—by key patterns, key expiry, and advanced search to identify memory issues. Download baidu wifi hotspot for mac. Atem television studio software for mac os. Leverage recommendations to reduce memory usage.

Trace Redis commands

Identify top keys, key patterns, and commands. Filter by client IP address, key, or command across all nodes of a cluster. Effectively debug Lua scripts.

Intuitive CLI

When a GUI is not enough, our command-line interface, leveraging the redis-cli, provides syntax highlighting and auto-complete and employs integrated help to deliver intuitive, in-the-moment assistance.

Administer Redis

Gain insights into real-time performance metrics, inspect slow commands, and manage Redis configuration directly through the interface.

Related resources

RedisInsight: visualize, monitor, and optimize your development

Discover how RedisInsight makes your developer experience more efficient, intuitive, and visual. It will be your favorite tool when building applications with Redis.

View our documentation

Integrate in minutes with detailed guides, and learn about features that make it easy to work with RedisInsight.

Introducing RedisInsight

Introducing RedisInsight, the missing GUI for Redis helping through the whole process of developing your application with Redis.

Redis Client Windows Free

GuiBest redis gui

Release notes

RedisInsight gets new capabilities every month. Read on to check out new releases and features added to the product.

Download RedisInsight

Redis

Thank you for downloading RedisInsight.

Get started by reviewing our documentation

Redis Client Mac Gui Commands

Continue Your Journey to Rediscover Redis

Interview 'Almost every one of our on-prem customers is shifting to K8s,' Redis Labs CTO and co-founder Yiftach Shoolman tells The Register.

Redis Labs – home to the enterprise in-memory database platform and open source Redis – was in London for a Redis Day when we spoke to them, and yesterday emitted automated cluster recovery for deployments on Kubernetes (K8s) as well as a new GUI tool for managing and analysing its databases.

Redis Client Mac Gui

The open source in-memory and NoSQL database manager, created by Salvatore Sanfilippo, is currently at version 5.0.6, with version 6 under development. The commercial product, Redis Enterprise, has additional features and modules, and parent company Redis Labs also sponsors the open source software.

Automated Cluster Recovery for K8s - because it is 'not as stable as bare metal'..

A K8s operator for Redis Enterprise was released in October 2018, and thanks to the momentum behind containers – and K8s in particular – take-up is substantial.

The automated cluster recovery feature just announced is for use when a cluster loses contact with more than half its nodes, which causes it to stop responding. Cluster recovery creates a new cluster, mounts the persistent storage from the original cluster, and restores the cluster configuration to the new cluster. You could do this manually before, but the new automated process is faster, less error-prone, and enables more freedom for test and development.

'We saw a lot of users who were treating Redis initially like it was a stateless service and then failing to recover, because if you run a distributed cluster and kill the majority of the nodes there is no solution to auto-recover them,' says Shoolman.

Redis gui linux

The new solution is good for development, where an application changes frequently. 'It is also great for production. if you manage a massive amount of clusters you can reach a situation in which the majority of the nodes fail, especially in a K8s environment which is not as stable as bare metal,' he says.

New GUI tool

The second announcement is the release of RedisInsight, a GUI management client for Windows, Linux and Mac. It is actually a browser-based tool which installs as a local web application, or you can deploy it on K8s, AWS EC2, or anywhere a Docker container can run. The tool can perform data operations, analyse memory usage, trace commands, and monitor cluster health. There is also a command-line interface for Redis within the tool.

'It is completely free,' says Shoolman. 'You can use it with the open source, Enterprise, Azure Cache, AWS ElastiCache, Google Memory Store, everywhere is good.'

The public cloud versions Shoolman refers to are based on open source Redis, a fact that has caused the company some angst. 'Cloud providers have been taking advantage of the open source community for years by selling (for hundreds of millions of dollars) cloud services based on open source code they didn't develop,' wrote Schoolman in December 2018, introducing a new licensing model, later revised.

At the same time, Redis Labs needs the cloud providers and in fact has just announced the general availability of Redis Enterprise on Google Cloud Platform (GCP). Are the big cloud providers more partners or competition?

'It is a mix of both,' CMO Howard Ting told The Reg. 'They are in the business of Redis because there is so much demand from developers for it. So they offer a basic Redis service, all of them, but they all would like an enterprise class offering so we’re working towards partnerships.'

What this means is that the company is relying on the added value of Redis Enterprise to sustain its business model.

What about Redis 6? What is in it and when do we get it?

'The idea is to have a release candidate around January,' says Shoolman. 'There's a lot of stuff inside Redis 6, starting with access control (ACLs) which previously was just a kind of password. One of things we will do with the enterprise is that we will connect this to additional well-known LDAP systems so it will be fully integrated.'

ACLs are not just for enterprise, according to Redis author Sanfilippo. 'The main goal of the feature is *operational* … with ACLs you can setup Redis so that default users, without some authentication, will be prevented to run anything that is administrative or dangerous.'

Redis kills Modules' Commons Clause licensing.. and replaces it with one of their own

READ MORE

Shoolman says the Redis module system has also been improved. 'We see a lot of market traction around modules, such as Graph and Search and TimeSeries and AI. We improved the interface between the Redis core and the modules, the extensions. We are going also to announce a module that allows you to do a distributed message broker on top of Redis.'

There is also a new Redis protocol, RESP3. 'Two reasons for RESP3,' says the CTO: 'one is to allow you to do things like client caching. The second thing is.. to standardise the way clients are accessing Redis. We can use a single client for every developer language and add adapt code on top of them if you want to use the extensive capabilities of Redis.'

Asked about the future of Redis, Schoolman says that the goal is to continue changing the perception of Redis from being a cache to 'a real database. I think that our production numbers show it already. Redis can be extremely reliable.'

He also sees a role for Redis in hybrid cloud. 'Redis Enterprise has a technology called CRDB (Conflict-free Replicated Redis Database) to allow you to run an application in a truly distributed manner across cloud and on-prem, and active-active deployment in which one replica is managed internally and the other replica managed on AWS or Azure with our cloud.'

There is also work on security 'to make Redis secure in a way that it cannot change the memory,' says Shoolman, and also an effort to take advantage of technology advances in the area of persistent memory. The CTO says he looks forward to 'petabytes in memory … at a much [more] efficient cost.' ®

Get ourTech Resources