Redis Command
Show all KEYS :
redis-cli KEYS "*"
delete all keys :
redis-cli KEYS "*" | xargs redis-cli DEL
KEYS command must not be taped in production envirenement ==> same as STATS command for memcached .
Get all Redis statistics :
redis-cli INFO
To see only keys statistics (Redis Size + expired count keys)
redis-cli INFO | grep db
Redis Spring Data :
https://blog.codecentric.de/en/2012/04/spring-data-redis/
http://kusar.ch/2013/02/install-openjdk-7-on-ubuntu-12-04-also-in-aws-ec2/
Ubunto :
sudo ufw disable
Install NEO4J :
http://www.neo4j.org/develop/ec2_manual
Written by Nabil Belakbir
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Redis
Authors
Related Tags
#redis
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#