Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using a browser that can view marshaled data types from redis-objects? #216

Open
patakijv opened this issue Oct 27, 2017 · 0 comments
Open

Comments

@patakijv
Copy link

First off, love this gem! I just started reviewing it this week and I believe it will finally allow unlocking more potential of our redis server that is currently just used for resque. We can now store and retrieve data values and objects in an idiomatic manner for a ruby programmer and seamlessly integrated into our AR models, reducing unnecessary high volume of calls to the database for scanning that has been causing some deadlock nightmares.

As we start down this path it becomes evident that we need some sort of browser to do inspections of the data like we do with mysqlworkbench. Using redis-cli is a bit slow and too narrow of a field of vision when you want to move quickly through the data.

I tried using the redis-browser gem and at first glance it seems to be a nice lightweight tree-like browser solution yet when drill into my lists objects that use marshal: true, they show up blank.

Is there another solution or tool out there to visually browse redis objects that are created using the redis-objects gem and have been marshaled? Or is there some way to connect these two gems so that redis-browser knows how to unmarshal the data using redis-objects?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants