Skip to content
  • Akira Matsuda's avatar
    37dbcc61
    Introduce keyword arguments for some AS::Cache methods · 37dbcc61
    Akira Matsuda authored
    since RedisCacheStore#write_entry takes kwargs, we needed to kwargsify all these methods
    in order to eliminate Ruby 2.7 warnings.
    
    It's a little bit bigger patch than I expected, but it doesn't warn on Ruby 3,
    and it doesn't introduce any incompatibility on loder rubies, so it may not be a bad thing anyway.
    37dbcc61
    Introduce keyword arguments for some AS::Cache methods
    Akira Matsuda authored
    since RedisCacheStore#write_entry takes kwargs, we needed to kwargsify all these methods
    in order to eliminate Ruby 2.7 warnings.
    
    It's a little bit bigger patch than I expected, but it doesn't warn on Ruby 3,
    and it doesn't introduce any incompatibility on loder rubies, so it may not be a bad thing anyway.
Loading