Redis Client Example Redis Commands https://redis.io/topics/protocol Redis Client Specification https://redis.io/topics/protocol 참고할만한 사이트 interactive tutorial : http://try.redis.io/ redis clients : https://redis.io/clients#java Java client : Jedis https://github.com/xetorthio/jedis commends : https://github.com/xetorthio/jedis/blob/master/src/main/java/redis/clients/jedis/commands/Commands.java example : http://jdm.kr/blog/202