2

As said in another answer here:

The number of Redis databases is fixed, and set in the configuration file. By default, you have 16 databases. Each database is identified by a number (not a name).

But I am curious if there is a way I could and should title and describe my databases? Especially in the scenario when one server could be used by few users (developers for example).

Community
  • 1
  • 1
exebook
  • 32,014
  • 33
  • 141
  • 226

1 Answers1

2

No, currently there isn't such a way. Please also note that numbered (shared) databases are not future-compatible (unsupported by Redis v3 with clustering support) and are not recommended for use - see here for more details: https://redislabs.com/blog/benchmark-shared-vs-dedicated-redis-instances

Itamar Haber
  • 47,336
  • 7
  • 91
  • 117