Fix a prototype inconsitency of `_serverAssert` between redisassert.h and redis.h (#10872)
both redisassert.c and server.h + debug.c use const, but redisassert.h doesn't.
Please register or sign in to comment
both redisassert.c and server.h + debug.c use const, but redisassert.h doesn't.