humante / redis-browser

Web-based Redis browser that can work as standalone app or mounted Rails engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to view marshaled data objects from redis-objects gem?

patakijv opened this issue · comments

Just started using redis-objects gem in our rails app to store some complex data values. The redis-objects gem provides automatic marshaling of the data. When I try to view that data using redis-browser, the values just show up blank. Is there some configuration to tell redis-browser to know how to correctly display the marshaled data objects from redis-objects?