2014-01-21 Redis のクライアント操作 db infra $ redis-cli keys * #キーの一覧を取得 get <key> #キーから値を取得 mget <key> #キーから値を取得(Set用) ttl <key> #有効期限を取得