ZMPOP and LMPOP by slorello89 · Pull Request #2094 · StackExchange/StackExchange.Redis
added 2 commits
April 14, 2022 17:31In 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.
Matching this to #2095 and I'll move others here separately.
I realized we have many inputs too doing #2096
This was referenced
Apr 18, 2022NickCraver 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters