stipsan / ioredis-mock

Emulates ioredis by performing all operations in-memory.
MIT License
333 stars 125 forks source link

feat: support for SET with NX and GET as per redis v7 #1339

Open akadrac opened 8 months ago

akadrac commented 8 months ago

as per https://redis.io/commands/set/

Starting with Redis version 7.0.0: Allowed the NX and GET options to be used together.