Files
twenty/packages/twenty-server
Weiko f8edb6652e Gracefully close Redis connection when cacheStorageModule is destroyed (#4812)
## Context
When running a command, the process should end normally however it stays
hanging due to the open connection with redis client (when
CACHE_STORAGE_TYPE=redis)
This PR adds the necessary logic to gracefully close the connection once
the module is destroyed. Thanks to that, the command process now
properly ends once executed.
2024-04-04 16:15:22 +02:00
..
2024-03-25 12:31:18 +01:00
2024-03-27 21:18:07 +01:00
2024-03-26 13:42:09 +01:00
2024-03-25 12:31:18 +01:00