java.lang.Object
io.lettuce.core.cluster.event.RedirectionEventSupport
io.lettuce.core.cluster.event.AskRedirectionEvent
- All Implemented Interfaces:
Event
public class AskRedirectionEvent extends RedirectionEventSupport
Event emitted on a
ASK redirection.- Since:
- 6.1
- Author:
- Mark Paluch
-
Constructor Summary
Constructors Constructor Description AskRedirectionEvent(String command, String key, int slot, String message) -
Method Summary
Methods inherited from class io.lettuce.core.cluster.event.RedirectionEventSupport
getCommand, getKey, getMessage, getSlot
-
Constructor Details
-
AskRedirectionEvent
-