Starting with Redis version 7.0.0: Allowed the NX and GET options to be used together.
(I see how the case applies to 'SET NX GET', but I don't understand see how it changes the reply for 'SET XX GET', since that will also be nil in the "fail" case. Doesn't matter much.)
That should fix #315.
(I see how the case applies to 'SET NX GET', but I don't understand see how it changes the reply for 'SET XX GET', since that will also be nil in the "fail" case. Doesn't matter much.)