#570:SETEX command Feature
Added support for SETEX command #570
@AshikBN please rebase to resolve conflicts.
rebase is done.pls check @lucifercr07
made the relevant changes, pls review @kushal0511-not
Thanks for changes @AshikBN . Could you please address @JyotinderSingh 's comments also? https://github.com/DiceDB/dice/pull/590#discussion_r1766202956 and https://github.com/DiceDB/dice/pull/590#discussion_r1766203251
done @kushal0511-not
@AshikBN Thanks for changes. LGTM. Just add comment to function.
added comments @kushal0511-not
Thanks for adding support for the SETEX command, @AshikBN! Thank you for the reviews @kushal0511-not.
The changes had gone out of date and weren't compatible with the new code anymore, since the SET command has been migrated to the new multi-shard setup. I have patched my changes into this PR to migrate SETEX as well.
Merging this now.