Actually enable the DEL redis command when multiple keys are specified and multiplexing is disabled. According to a documentation string above the check this should work but seems to not have been implemented accordingly. This PR implements the check accordingly.
Actually enable the
DEL
redis command when multiple keys are specified and multiplexing is disabled. According to a documentation string above the check this should work but seems to not have been implemented accordingly. This PR implements the check accordingly.