Last Updated: February 25, 2016
·
601
· nabilblk

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