On Fri, Dec 14, 2012 at 9:34 AM, eugene miretsky
<
eugene....@gmail.com> wrote:
> Hi,
>
> Is it possible to convert a SET to a ZSET?
Yes.
ZINTERSTORE zset-copy 1 set-original
> It seems like a relatively common use case where there is a set with
> elements that have a score, that can also be used for simple set operations
> that don't need the score info.
Based on your description, what you really want is to convert a ZSET
to a SET. That is not supported.
Regards,
- Josiah