Uses of Class
com.moilioncircle.redis.replicator.cmd.impl.FromMember
-
Packages that use FromMember Package Description com.moilioncircle.redis.replicator.cmd.impl -
-
Uses of FromMember in com.moilioncircle.redis.replicator.cmd.impl
Methods in com.moilioncircle.redis.replicator.cmd.impl that return FromMember Modifier and Type Method Description FromMemberGeoSearchStoreCommand. getFromMember()Methods in com.moilioncircle.redis.replicator.cmd.impl with parameters of type FromMember Modifier and Type Method Description voidGeoSearchStoreCommand. setFromMember(FromMember fromMember)Constructors in com.moilioncircle.redis.replicator.cmd.impl with parameters of type FromMember 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)
-