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
Right now, the Javadoc may lead to confusion as it states "Close the connection". That's what is done by Redis but Lettuce attempts to reconnect so we should mention that closing the connection has to happen through .close() methods.