public class RedisAtomic extends Object
RedisAtomic(RedisClient client, String atomicName)
long
decrement()
decrementBy(long num)
get()
increment()
incrementBy(long num)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RedisAtomic(RedisClient client, String atomicName)
public long get()
public long increment()
public long incrementBy(long num)
public long decrement()
public long decrementBy(long num)
Copyright © 2022. All rights reserved.