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
Originally posted by luca-bassoricci August 8, 2025
In BlockingRedisDataSourceImpl#withTransaction() if the call to BiConsumer<I, TransactionalRedisDataSource> tx throws an exception DISCARD command is not issued left redis in a stale state.
Is this the expected flow?
Would be a good idea to try/catch tx.accept() call and send DISCARD from BlockingRedisDataSourceImpl#withTransaction() if TransactionalRedisDataSource#discard() has not been called?