fix: Block the call to clear Redis sessions (#15330)
This commit is contained in:
parent
c03fddf1c9
commit
5d166a46f1
|
|
@ -4469,7 +4469,7 @@ public class DatabaseChangelog {
|
|||
"end";
|
||||
final Flux<Object> flushdb = reactiveRedisOperations.execute(RedisScript.of(script));
|
||||
|
||||
flushdb.subscribe();
|
||||
flushdb.blockLast();
|
||||
}
|
||||
|
||||
/* Map values from pluginSpecifiedTemplates to formData (UQI) */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user