@baris and in the version like 1.2.1 how I can do ( I can't upgrade to 1.3.0) ? Because if I use 👍
db.getSortedSetRevRange('uid:' + uid_of_user + ':bookmarks', 0, -1, callback);It's not work in the 1.2.1 maybe I can use:
db.getSortedSetRange('uid:'+uid+":favourites",callback);?