RDBTools GUI for Redis icon
RDBTools GUI for Redis icon

RDBTools GUI for Redis

RDBTools is a cross-platform GUI for Redis, and can be installed on desktop or on a central server. Manage Keys, Perform CRUD Operations, Modify Keys in Bulk and View Binary Objects. Run Memory Analysis with zero-impact on your redis server.

Instance Overview

Cost / License

  • Freemium (Pay once)
  • Proprietary

Platforms

  • Mac
  • Windows
  • Linux
  • Self-Hosted
-
No reviews
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  Performance Monitoring
  2.  Memory Optimization

 Tags

RDBTools GUI for Redis News & Activities

Highlights All activities

Recent activities

No activities found.

RDBTools GUI for Redis information

  • Developed by

    IN flagHashedIn
  • Licensing

    Proprietary (MIT) and Freemium product.
  • Pricing

    One time purchase (perpetual license) ranging between $149 and $599 + free version with limited functionality.
  • Written in

  • Alternatives

    10 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

OS & Utilities

GitHub repository

  •  5,191 Stars
  •  753 Forks
  •  99 Open Issues
  •   Updated  
View on GitHub
RDBTools GUI for Redis was added to AlternativeTo by Sripathi Krishnan on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is RDBTools GUI for Redis?

RDBTools is a cross-platform GUI for Redis. Download and install it on Windows, Linux or Mac. Alternatively, you can install it on a server and access it from a browser.

All flavours of redis are supported - standalone redis, redis cluster, redis enterprise, aws elasticache, azure redis and other major cloud providers.

RDBTools lets you manage keys in redis. It uses the scan command to find keys, and will not impact your redis server. You can view and edit all data types.

JSON objects are pretty printed. If you store java or python objects in redis, RDBTools will reverse engineer and show you a meaningful representation.

The GUI is intuitive to use, and supports keyboard navigation. It also supports bulk operations. It is easy to rename keys, change expiry, or delete keys in batch.

RDBTools is the pioneer in memory analysis. It can analyze memory usage in a completely offline manner by working with a backup file. In other words, your redis server will not be impacted at all.

You can find out memory usage by key patterns, even your own defined key patterns. You can also identify memory usage by expiry of the keys, and quickly identify keys that do not have an expiry. If you use redis cluster, you can view memory usage by shard, or even by hash slot.

The memory analyzer also lets you run custom analysis. The recommendations page will show you memory recommendations based on your data.

The profiler monitors redis commands and shows you a summary. This is a great tool to identify hot keys in redis. You can also choose to drill down and filter by commands, key patterns or client ip address.

If you use lua scripts, the profiler is a great tool to identify individual commands running inside a lua script.

Official Links