0xsky / xredis

Redis C++ client, support the data slice storage, support redis cluster, thread-safe,multi-platform,connection pool, read/write separation.
GNU General Public License v3.0
337 stars 153 forks source link

ZPOPMIN #53

Closed livneros closed 4 years ago

livneros commented 4 years ago

Hey, Is there an option to set the ZPOPMIN command for sorted sets? The Redis-CLI command is ZPOPMIN Thanks!

0xsky commented 4 years ago

已经看这到这两个新命令了,zpopmax/zpopmin, 我会尽快添加他们的实现。

0xsky commented 4 years ago

命令已经添加。