Closed
Description
I found issue while reading how Lettuce integration works in this method:
The method creates a new connection, which is stored by the caller into a asyncDedicatedConnection
attribute:
But it looks like the asyncDedicatedConnection
is used before assignment in potentiallySelectDatabase()
called by doGetAsyncDedicatedConnection()
: