Added module-acquire-GIL latency stats (#9608)
The new value indicates how long Redis wait to acquire the GIL after sleep. This can help identify problems where a module perform some background operation for a long time (with the GIL held) and blocks the Redis main thread.
Please register or sign in to comment