Package org.infinispan.server.resp.commands.list
package org.infinispan.server.resp.commands.list
-
ClassesClassDescriptionPops one or more elements from the first non-empty list key from the list of provided key names.https://redis.io/commands/lrange/ Returns the specified elements of the list stored at key.https://redis.io/commands/rpoplpush/ Is like
LMOVEwith RIGHT and LEFT