I need some help to connect my spring boot application to Redis.I have a readonly user with username and password configured in redis. Now i need to connect to redis to fetch some records using this readonly user.I am using the Lettuce to connect to redis from spring boot but it is allowing only password. I am not finding any option to provide username.How can i connect to redis using username and password?
↧