sorted set data structure such as:

key:
 mem1 score1 data1
 mem2 score2 data2

but not:

key:
 mem1 score1
 mem2 score2 

Comment From: itamarhaber

Hello @ms347397173

This appears to be a question about Redis. Sorted Sets do no support this pattern, but you can use another key's name as the member's name - once you fetch that member, you can execute another call to fetch the respective data from that key.

Keep in mind that this issue tracker should be used for reporting bugs or proposing improvements to the Redis server. Kindly close it.

Questions should be directed to the community:

Comment From: itamarhaber

This issue will now be closed - please feel free to reopen if needed.