You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…mand (#280)
Related with this issue #279
* Documentation for the feature here: https://redis.io/commands/set/
* Added tests for SET ... EXAT and PXAT on a valid and invalid key
Hope you find it useful 😄
The #set method has a :exat and :pxat keywords to set the expiration time in Unix time format in seconds and milliseconds (see https://www.rubydoc.info/gems/redis/Redis/Commands/Strings#set-instance_method). MockRedis is returning an ArgumentError: unknown keyword: :exat when using that keyword.
The text was updated successfully, but these errors were encountered: