0 votes
in Redis by
Consider an example where a range of users from 0 to 10000 goes to a Redis instance R0, and another range of users 10001 to 20000 goes to R1. This is _________ partitioning.

a) Hash partitioning

b) Range partitioning

c) Client partitioning

1 Answer

0 votes
by

b) Range partitioning

...