Redis Client Mac Gui

What is FastoNoSQL?

Redis Desktop Manager is a fast, open source Redis database management application based on Qt 5. It's available for Windows, Linux and MacOS and offers an easy-to-use GUI to access your Redis DB. With Redis Desktop Manager you can perform some basic operations such as view keys as a tree, CRUD keys and execute commands via shell. 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.

FastoNoSQL is the GUI platform for NoSQL databases. Currently we support next databases:

You can connect all these databases and use them in any way you need. Also FastoNoSQL is IDE tool for NoSQL which works on the most famous platforms like: Windows, Linux, MacOSX, Android, FreeBSD.

Main big advantages of FastoNoSQL are:

Pastebin
  • Open source
  • Cross-platform
  • The possibility of extending for future databases
  • Simple code
  • Great and flexible solution
  • Money back guarantee.

We are waiting for your feedback! Please write any issues and proposals to GitHub Issues.

Features

Full Power of Redis shell FastoNoSQL embeds the same redis-cli engine. It means that you can reuse your main skills of redis-cli shell in FastoNoSQL This program provides you with syntax highlighting, autocompletion, different view modes (text, tree, table) and others. With excellent power comes great responsibility. FastoNoSQL won’t stop you from executing 'undesired' code. Be attentive, as you do with redis-cli shell!

Redis desktop client for mac

Multiple Shells

You can open as many shells as you need. Every tab in FastoNoSQL - is a Redis shell, fully divided from each other. Project aho freedom of choice. Have many opened shells for single Redis/Memcached server, or many shells for many different servers.

Autocompletion

FastoNoSQL supply you with autocompletion for all Redis commands. To assist FastoNoSQL autocompletion - execute your code. Autocompletion is also available for other databases commands.

Redis Cluster support

Redis Cluster provides a way to run Redis server where data is automatically shared across multiple Redis nodes. FastoNoSQL is able to work with Redis Cluster, we support discovery functionality and you can work with cluster as one server.

Access your server using SSH protocol

Access your server using SSH protocol You are able to connect to server via SSH tunnel. We support two methods of authentication: with password and with private key.

Memcached support

Memcached is like Redis and now our program can work with it. Now you can work directly from FastoNoSQL with memcached - memory object caching system.

SSDB support

SSDB is a high productive NoSQL database supporting many data structures, an alternative to Redis, and now our program can work with it.

Redis Windows Gui Client

Graphics of history

Desktop Managers makes working with the database more user-friendly. If you want to see the work history of your server, you can check 'Logging enable' on connection dialog window. And every minute FastoNoSQL executes redis info command, and saves result.

Our PRO version statistics:

0

Mac

Registered users

0

Greenworks mower owners manual. Banned users

RedisInsight

Update: In April 2019, we acquired RDBTools from HashedIn and created its successor RedisInsight, a browser-based management interface for your Redis deployment. Learn more and download it here.

Mac

It all comes down to preferences. While there are Redis users who are familiar with the Redis command line interface (CLI) and rely on it to inspect, visualize and perform manual updates, there are those who prefer to using a Graphical User Interface (GUI) to achieve that. There are several Redis GUIs available, for different platforms, and in this article I’ll try to review a few of them.

Important: Before using any of these tools in production, keep in mind that some GUIs rely on the (“evil”) KEYS command. Should you have a large database, your Redis server might freeze and cause issues in your production applications.

Redsmin: My Go-To-Tool for the Cloud (and Below)

I’m starting off with Redsmin – my personal favorite. It mixes perfectly my on-the-go needs with a sane and objective way to work with my databases. It is a different kind of offering as it is a web based service that offers not only a GUI for inspecting your Redis data, but also monitoring and runtime server reconfiguration. Redsmin provides several plans, including a free one that can be used to evaluate a small dataset (up to 100,000 keys). Since redsmin is a hosted service, connection to your Redis server can be done directly over the internet, optionally SSL authenticated and encrypted, or by using a proxy service that you run on your servers that exposes your Redis instances to Redsmin in a secure way.

Redsmin has plenty of extra features, such as slowlog inspection, a list of currently connected clients that allows you to disconnect them, a multi keys editor for batch operations and great search features. With plans starting as low as 5,99€/mo, you can lift all limitations and connect to multiple Redis instances.

Pros: the most extensive features set, ease of use, no install

Cons: requires an internet connect, anything else contact Redsmin’s awesome support.

Redis Commander: A Free Node.js Powerful Choice

Redis Commander is a Node.js web application that can be used to view, edit and manage your Redis databases from the comfort of your browser. It allows you to directly manipulate all of Redis’ data types. It’s freely available (although it doesn’t specify under which license) and can be easily installed via npm, provided you have a working node.js installation.

Like most Redis GUIs, Redis Commander allows you to connect to multiple database and Redis server instances simultaneously. Besides having an editor, Redis Commander also includes a terminal with auto completion (for both commands and keys), documentation and import/export functionality.

Redis Commander does require direct access to your Redis servers, but you can get around that by running it directly in your Redis servers so you can access it remotely without having to expose your Redis server over the internet.

Pros: it’s free, powerful, in your browser and runs wherever Node.js is.

Cons: requires direct connectivity, only runs where Node.js is.

Redis Desktop Manager: Cross-Platform, Pure Desktop GUI

Redis Desktop Manager is a cross-platform desktop Redis client, available for Windows, MacOSX and Linux desktops. It’s freely available under the MITLGPL license.

Like most other Redis GUIs, it allows you to connect simultaneously to multiple Redis databases or instances, inspect and modify your data and use an interactive terminal. You can also search for keys across multiple databases and view a system console which logs all Redis commands.

However. One unique feature of Redis Desktop Manager is that it allows you to establish connections via SSH tunnels, enabling secure connections to remote servers.

Pros: free, dead simple installation, runs on the desktop, SSH tunneling a breeze

Cons: if you’re comfortable using a desktop GUI, there are none. Update: there seems to be a minor issue with OpenGL under a VM that’s fixable as instructed here (hat tip: Adam Christie).

Induction: You Can Guess By the Name That It’s for Mac OS X

https://inductionapp.com/

UPDATE: the project has been discontinued.

Client

Induction is a Mac OS X database client. It’s not Redis specific as it also supports PostgreSQL, MySQL, SQLite and MongoDB, and therefore isn’t the the most complete Redis GUI. Nevertheless, it allows to inspect and query your Redis database. Similarly to other Redis clients, it requires a direct connection to your server.

Redis Client Windows Free

The alpha version is free available under an open source license.

Pros: An holistic view on polyglot persistency

Cons: limited Redis-specific functionality, MacOS-specific

redis-browser: The Runner Up

This web-based explorer view of your Redis database is delivered as a Ruby gem. It is the youngest of the tools in this review and probably the simplest. Simplicity, however, is sometime a virtue, especially when you need a no-frills, dead-simple GUI. Give it a shot and encourage @Monterail to keep up the good work!

Free Redis Gui

Conclusion

Redis Desktop Client For Mac

There are several other Redis GUI alternatives that are available, both for the desktop and ones that are web-based, with similar characteristics to the ones shown here. The ones highlighted here are the most popular and actively developed, but YMMV. They were picked as examples to allow developers that are less CLI-savvy to gain insight into their Redis databases and quickly perform some updates. If you have other favorites tellme – I’m highly available 🙂