java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.set.SMOVE
All Implemented Interfaces:
Resp3Command

public class SMOVE extends RespCommand implements Resp3Command
SMOVE

Atomicity warning: Derogating to the above description, this implementation is not atomic: is it possible that, moving an existing element in source, at a given time a client can observe that element doesn't exist both in source and destination.

Since:
15.0
See Also: