redis / redis-rb

A Ruby client library for Redis
MIT License
3.96k stars 1.03k forks source link

Add EXPIRETIME #1248

Closed wholien closed 7 months ago

wholien commented 7 months ago

CleanShot 2024-01-30 at 01 46 26@2x

byroot commented 7 months ago

Rubocop is angry, other than that LGTM.

Also maybe you could add PEXPIRETIME too, but no big deal. I'll merge once rubocop is happy (single commit please)

byroot commented 7 months ago

Thanks.

wholien commented 7 months ago

Also maybe you could add PEXPIRETIME too, but no big deal. I'll merge once rubocop is happy (single commit please)

i will do that! sorry, didn't see this

wholien commented 7 months ago

Rubocop is angry, other than that LGTM.

Also maybe you could add PEXPIRETIME too, but no big deal. I'll merge once rubocop is happy (single commit please)

added here https://github.com/redis/redis-rb/pull/1251