Implement GETEX command by benbryant0 · Pull Request #1743 · StackExchange/StackExchange.Redis

added 3 commits

June 2, 2021 22:27
Shuffled Version out of the flags

@benbryant0

@NickCraver

@NickCraver NickCraver changed the title Implement GETEX command WIP: Implement GETEX command

Mar 27, 2022
Note that this does NOT match KeyExpireAsync because that API isn't awesome - it overloads what (key, null) means twice to ambiguity, so the DateTime overload is not nullable here but we'll respect the DateTime.MaxValue path.

@NickCraver

@NickCraver NickCraver changed the title WIP: Implement GETEX command Implement GETEX command

Mar 27, 2022

slorello89

slorello89