pub const DB_REDIS_DATABASE_INDEX: Key;
Expand description
The index of the database being accessed as used in the SELECT
command, provided as an integer. To be used instead of the generic db.name
attribute.
Examples
0
1
15
pub const DB_REDIS_DATABASE_INDEX: Key;
The index of the database being accessed as used in the SELECT
command, provided as an integer. To be used instead of the generic db.name
attribute.
0
1
15