Hello
do you know if it's possible to access the different values in a complex response using ndb_redis? For instance: ZREVRANGE key 0 -1 1) "123456" 2) "123" 3) "1"
I'd like to store the first value (123456); is it possible?
Thanks in advance
Javi