chriso / redback

A high-level Redis library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is it possible to add two new api for SortedSet?

zj8487 opened this issue · comments

hi chriso,
firstly thank you for your work very much.
is it possible to add two new api for SortedSet?
the scene is as follow:
if we have a list of element and we want to get the score or rank for them, now we can only get one by one.

if there is an API which accept a list of element and query to redis with pipeline, it will only query to redis one time.

is it possible?

thanks a lot!