resque / redis-namespace

This gem adds a Redis::Namespace class which can be used to namespace Redis keys.
http://redis.io
MIT License
695 stars 192 forks source link

Add support for getex #199

Closed Nerian closed 2 years ago

Nerian commented 2 years ago

Hi,

This PR adds support for the getex command.

Thanks.