Is it possible to use redisjson module or other redis modules when we are using embedded redis server in java spring boot application? Is it recommended to use embedded redis server?
Currently looking into adding modules for embedded redis server in java spring boot application but couldnt find any details regarding that.