humante / redis-browser

Web-based Redis browser that can work as standalone app or mounted Rails engine
MIT License
603 stars 67 forks source link

Key problem #10

Closed ZhangBohan closed 9 years ago

ZhangBohan commented 10 years ago

If I have to like blow

127.0.0.1:6379> set test:foo foo
OK
127.0.0.1:6379> set test:foo:bar bar
OK

I can't see test:foo value in Redis Browser, its a bug right? redis_browser

ryanmjacobs commented 9 years ago

Could not reproduce.

raspi_server:6379> set test:foo foo
OK
raspi_server:6379> set test:foo:bar bar
OK
(0.58s)

redis-browser

ZhangBohan commented 9 years ago

Maybe I use this in the wrong way. I see what's your mean, thank you so much.