Uses of Class
com.moilioncircle.redis.replicator.cmd.impl.Count
-
Packages that use Count Package Description com.moilioncircle.redis.replicator.cmd.impl -
-
Uses of Count in com.moilioncircle.redis.replicator.cmd.impl
Methods in com.moilioncircle.redis.replicator.cmd.impl that return Count Modifier and Type Method Description CountGeoSearchStoreCommand. getCount()CountLPopCommand. getCount()CountRPopCommand. getCount()Methods in com.moilioncircle.redis.replicator.cmd.impl with parameters of type Count Modifier and Type Method Description voidGeoSearchStoreCommand. setCount(Count count)voidLPopCommand. setCount(Count count)voidRPopCommand. setCount(Count count)Constructors in com.moilioncircle.redis.replicator.cmd.impl with parameters of type Count Constructor Description GeoSearchStoreCommand(byte[] destination, byte[] source, FromMember fromMember, FromLonLat fromLonLat, ByRadius byRadius, ByBox byBox, Count count, OrderType orderType, boolean withCoord, boolean withDist, boolean withHash, boolean storeDist)LPopCommand(byte[] key, Count count)RPopCommand(byte[] key, Count count)
-