I need to create different areas under one redis cache service in azure. Is it possible to do that?
Asked
Active
Viewed 52 times
1 Answers
0
You can use the logical databases feature of redis. You can think of each of your areas as a logical database. Alternatively, you can use Redis structures like SETS, HASHTABLES etc., an area mapping to a SET or HASHTABLE.

Carl Dacosta
- 873
- 4
- 13