Class GeoRadiusStoreParam


  • public class GeoRadiusStoreParam
    extends Params
    • Constructor Detail

      • GeoRadiusStoreParam

        public GeoRadiusStoreParam()
    • Method Detail

      • getOption

        public byte[] getOption()
        NOTICE: In Redis, if STOREDIST exists, store will be ignored. refer: https://github.com/antirez/redis/blob/6.0/src/geo.c#L649
        Returns:
        STORE or STOREDIST
      • getKey

        public byte[] getKey()
      • getStringKeys

        public String[] getStringKeys​(String key)
      • getByteKeys

        public byte[][] getByteKeys​(byte[] key)
      • getByteParams

        public byte[][] getByteParams​(byte[]... args)