You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add redis database selection
* Add db selection for queue
* Rename DbId property to Database
Database property is no longer nullable and its default value is set to -1
The UseDatabase methods checks if the database identifier is valid
Remove _dbId and replace it with _options.Database
* Add database identifier validation in cluster mode
* Forget the files 😅
* Remove check for cluster mode config related to database identifier.
0 commit comments