pub const DATABASES: usize = 16;Expand description
How many databases a server has.
Redis’s default is sixteen and its databases setting can change it. Ours
is sixteen and cannot, which is why CONFIG GET databases can answer with a
constant. Nothing in the design needs the number to be fixed; nothing yet
needs it not to be.