A decorator to implement Set from List. Assume that given List do not contains duplicated values. The resulting set displays the same ordering, concurrency, and performance characteristics as the backing list. This class should be used only for Redis commands which return Set result. @param <E>