ZMPOP and LMPOP by slorello89 · Pull Request #2094 · StackExchange/StackExchange.Redis

added 2 commits

April 14, 2022 17:31

NickCraver

@slorello89

@slorello89

@slorello89

Co-authored-by: Nick Craver <nrcraver@gmail.com>

@slorello89

@slorello89

@slorello89

@NickCraver

In the RedisValue case this isn't needed because of implicit operators, but we may have a null array here with a default, so explicitly use the defaults.

@NickCraver

@NickCraver

NickCraver

NickCraver

Matching this to #2095 and I'll move others here separately.
I realized we have many inputs too doing #2096

@NickCraver

This was referenced

Apr 18, 2022

NickCraver added a commit that referenced this pull request

Apr 19, 2022
@NickCraver, working on `BITFIELD`/`BITFIELD_RO` and I realized that several of the new commands we've been adding are write-commands and therefore won't work on replicas, opening this to fix the command-map in Message.cs (pretty sure this is the right place but LMK if I'm offbase here) will need to push an update to #2095 #2094 to reflect this as well.

Co-authored-by: Nick Craver <nrcraver@gmail.com>

@NickCraver

@NickCraver