Redis-Operator
Redis-Operator copied to clipboard
maxMemory is a uint32
That makes the max cache ~4GB which is not nearly big enough for any application. Is there a reason a uint32 was used for this setting? Does simply making it a uint64 resolve this issue?
Facing same issue, and fixed in my fork. https://github.com/yulin-li/Redis-Operator/commit/f95ffbcf74cde5445f87c3274da8aa30d6fbcb27