Added functions support to redis-check-rdb (#10154)
The PR added the missing verification for functions on redis-check-rdb. The verification only verifies the rdb structure and does not try to load the functions code and verify more advance checks (like compilation of the function code).
Please register or sign in to comment