Project

rediscover

0.01
No commit activity in last 3 years
No release in over 3 years
Redis GUI
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.1.2
>= 2.0.1
 Project Readme

Rediscover¶ ↑

Rediscover is a GUI frontend for the Redis key-value database written in Ruby using the WxRuby graphical toolkit.

Give it a try and send in your feedback and feature requests.

Installation¶ ↑

For Windows: Download the Installer

On all platforms: gem install rediscover

Features¶ ↑

  • Runs on Linux, Windows, Mac OSX

  • Tabbed interface with ‘Server Info’ and ‘Key Browser’

  • Fast key browsing interface shows key values and types

  • Filter keys by glob-style pattern

  • View and edit strings, sets, zsets, and lists

Known Issues¶ ↑

  • There isn’t a lot of error-handling at this stage, so if something goes wrong it is likely to crash the program

  • Can’t create new sets/zsets/lists

  • The current wxruby gem doesn’t work on Ubuntu 9.10, so you will need to build it yourself. More info here: www.ruby-forum.com/topic/199391

Requirements¶ ↑

  • wxruby

  • redis