BoxLang: Our new JVM Dynamic Language made by Ortus! Check it out: https://www.boxlang.io

Ability to choose which database to connect to in Redis, apart from 0 being the default

Description

Ability to choose which database to connect to in Redis, apart from 0 being the default.

 

Select the Redis logical database having the specified zero-based numeric index. New connections always use the database 0.

Selectable Redis databases are a form of namespacing: all databases are still persisted in the same RDB / AOF file. However different databases can have keys with the same name, and commands like FLUSHDB, SWAPDB or RANDOMKEY work on specific databases.

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Components

Fix versions

Priority

Sentry

Created June 22, 2022 at 10:47 PM
Updated July 21, 2022 at 10:03 PM
Resolved July 21, 2022 at 10:03 PM

Flag notifications