Cannot create transaction in spring-data-redis (No ongoing transaction. Did you forget to call multi?)
I have redisTemplate that is initialized with connectionFactory and has enabled transaction support. The problem is that redisTemplate.multi();
doesn’t seem to create transaction.
Cannot add new subscription to an existing subscription in Spring data-redis, throws RedisCommandTimeoutException
When I try to add a new channel to an existing subscription it fails: