RedisLabsModules / redismodule-rs

Rust API for Redis Modules API
BSD 3-Clause "New" or "Revised" License
269 stars 64 forks source link

Add "no_multi" redis command flag. #340

Closed iddm closed 1 year ago

iddm commented 1 year ago

It seems that Redis documentation is out of date, and the flag isn't supported by the commands. Documentation: https://redis.io/commands/command/ The receiving code and the definition of the flag. However, once this flag is received properly by Redis, the flag handling should work fine.