https://github.com/triton-inference-server/redis_cache/blob/437e7e214ff446e6bc12febb44872547a1988fe1/src/redis_cache.cc#L220 Triton inference server is failing to write to Redis on versions past 4.0.0 because of this hmset command. Replacing it with hset should be a quick fix https://redis.io/commands/hmset/
redis_cache/src/redis_cache.cc
Line 220 in 437e7e2
Triton inference server is failing to write to Redis on versions past 4.0.0 because of this hmset command.
Replacing it with hset should be a quick fix
https://redis.io/commands/hmset/