JedisDataException ERR unknown command CONFIG

Error While trying to setup Azure Cache for Redis as spring session store, I encountered following exception: .JedisDataException: ERR unknown command CONFIG, with args beginning with: get, notify-keyspace-events": 1, Fix Found the solution in spring-session-gh-issue Kotlin 1 2 3 4 5 6 7 8 9 10 @Configuration class HttpSessionConfig() { companion object { // another solution could be to enable notify-keyspace-events for redis @Bean fun configureRedisAction(): ConfigureRedisAction { return ConfigureRedisAction....

Exec Format Error

Having encountered exec format error stacktrace for two times already, I definitely want to log it 😤 First encounter I got this error when I got a new Mac M1 from my employer. I was using colima as docker desktop replacement for Mac. While working on a feature for a service, I built container image using colima; pushed the image to container registry and tried deploying to dev environment. And saw the exec format error in logs....