0

I am using nutcracker in my application to fetch data from Redis nodes.

Just wanted to know whether it supports multi get or it internally fetches all keys one by one.

RKP
  • 750
  • 2
  • 12
  • 23

1 Answers1

1

Yes it does. You can find all the Redis commands that twemproxy supports here

quekshuy
  • 638
  • 7
  • 12