public class RedisStore extends Object implements Store
RedisStore(UUID sessionId, redis.clients.jedis.Jedis client)
void
del(String key)
String
get(String key)
boolean
has(String key)
set(String key, String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RedisStore(UUID sessionId, redis.clients.jedis.Jedis client)
public void set(String key, String value)
set
Store
public String get(String key)
get
public boolean has(String key)
has
public void del(String key)
del
Copyright © 2012–2013. All rights reserved.