salesforce / rmux

A Redis-Multiplexer written in GO
BSD 3-Clause "New" or "Revised" License
67 stars 12 forks source link

Fix DEL command with multiple keys #25

Open PatrickTaibel opened 1 year ago

PatrickTaibel commented 1 year ago

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.