Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How Can I Browse/View The Values Stored in Redis [closed]

Tags:

redis

nosql

Are there any good browsers/explorer for viewing Redis out there ? Am new to Redis so my expectation is if there is something similar to MongoVUE,Toad or SQLExplorer.

I tried Redis Admin UI from service stack but ran into 500 error when trying on IIS

like image 774
airboss Avatar asked Sep 06 '12 02:09

airboss


1 Answers

Redis Commander is great if you're using node.js already.

Super simple to get going with NPM:

npm install -g redis-commander redis-commander 

Then point your browser at the address in the console

like image 133
UpTheCreek Avatar answered Sep 25 '22 17:09

UpTheCreek