tidwall / redcon

Redis compatible server framework for Go
MIT License
2.16k stars 159 forks source link

Add implementation of the SETNX command #63

Open afbjorklund opened 1 year ago

afbjorklund commented 1 year ago

This is an optimized "SET if not exists" command, which basically does an EXISTS call before the SET.