mirror of
https://github.com/swift-server/RediStack.git
synced 2026-06-02 07:37:33 +00:00
Motivation: During proposal review, it was appropriately pointed out that `RedisClient.expire` incorrectly mixes 'deadline' and 'timeout' terminology. Modifications: - Change references of 'deadline' to 'timeout' to follow Redis' established semantics for 'EXPIRE' - Add additional unit test for `RedisClient.expire` Result: `RedisClient.expire` should now be more clear as to its semantics and not mix terminology incorrectly. This contributes to issue #47