Class JedisRedirectionException

    • Constructor Detail

      • JedisRedirectionException

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

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

        public JedisRedirectionException​(String message,
                                         Throwable cause,
                                         HostAndPort targetNode,
                                         int slot)
    • Method Detail

      • getSlot

        public int getSlot()