Features
- List all keys as tree
- See content of all redis types
- List pagination
- Pretty print json values
- Search keys
- Can be mounted to Rails applications as engine
- Can connect to multiple databases
https://github.com/monterail/redis-browser
https://github.com/monterail/redis-browser
A few minutes after installing redis-commander and try different sh*ts to start it, I started to get some errors.
To solve this I removed .redis-commander located at my user home…
rm ~/.redis-commander
sudo apt-get install npm sudo chown -R $USER /usr/local npm install -g redis-commander ln -s /usr/bin/nodejs /usr/bin/node redis-commander
redis-commander --redis-host 127.0.0.1 --redis-port 32001 -p 8081
http://you-ip:8081
Add at the end of the redis-commander command –http-u desired-username and –http-p desired-password.
redis-commander --redis-host 127.0.0.1 --redis-port 32001 -p 8081 --http-u desired-username --http-p desired-password
http://blog.biasedwalk.com/2014/02/installing-redis-commander-on-ubuntu.html
https://github.com/joeferner/redis-commander
http://www.reddit.com/r/laravel/comments/2jex9b/introducing_route_annotations_in_laravel_50/