Class JedisMovedDataException

    • Constructor Detail

      • JedisMovedDataException

        public JedisMovedDataException​(String message,
                                       HostAndPort targetNode,
                                       int slot)
      • JedisMovedDataException

        public JedisMovedDataException​(Throwable cause,
                                       HostAndPort targetNode,
                                       int slot)
      • JedisMovedDataException

        public JedisMovedDataException​(String message,
                                       Throwable cause,
                                       HostAndPort targetNode,
                                       int slot)