This PR also updates the type of sorted set from sortedset to zset. This makes sure that when running the TYPE command on a sorted set you will receive the expected return value (as per the docs).
Let me know if there's anything I missed / more that I can do!
Adds the
type
command.This PR also updates the type of sorted set from
sortedset
tozset
. This makes sure that when running theTYPE
command on a sorted set you will receive the expected return value (as per the docs).Let me know if there's anything I missed / more that I can do!