public class RedisBase extends Object
RedisBase()
void
addSyncBase(RedisBase base)
del(Slice key)
Long
getTTL(Slice key)
Slice
rawGet(Slice key)
rawPut(Slice key, Slice value, Long ttl)
long
setDeadline(Slice key, long deadline)
setTTL(Slice key, long ttl)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RedisBase()
public void addSyncBase(RedisBase base)
@Nullable public Slice rawGet(Slice key)
@Nullable public Long getTTL(Slice key)
public long setTTL(Slice key, long ttl)
public long setDeadline(Slice key, long deadline)
public void rawPut(Slice key, Slice value, @Nullable Long ttl)
public void del(Slice key)
Copyright © 2016. All rights reserved.