java.lang.Object
com.github.fppt.jedismock.operations.AbstractRedisOperation
com.github.fppt.jedismock.operations.lists.Sort
All Implemented Interfaces:
RedisOperation

public class Sort extends AbstractRedisOperation
This sort implementation currently does not implement parameters BY and GET moreover the complexity is currently O(N*log(N)) where N is the number of elements in the list