pub const DB_REDIS_DATABASE_INDEX: &str = "db.redis.database_index";
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