diff --git a/structure/types.go b/structure/types.go index fe118af1..ceefcd8a 100644 --- a/structure/types.go +++ b/structure/types.go @@ -8,7 +8,7 @@ const ( // Hash is a hash data structure Hash // List is a list data structure - List DataStructure = iota + 1 + List // Set is a set data structure Set // ZSet is a zset data structure