object-cache icon indicating copy to clipboard operation
object-cache copied to clipboard

Simple Ruby object caching solution using Redis as a backend

Results 5 object-cache issues
Sort by recently updated
recently updated
newest added

Hi I'd like to use this library but wondering if it's still in a usable state with Ruby 3 and actively maintained. Last commit is 2 years ago, thus my...

Use a somewhat more modern version of Ruby.

The use of `Marshal.load` poses a security risk. It could lead to remote code execution when loading untrusted data. I don't think it is not beyond the realm of possibilities...

Could not find proper tests for this scenario

Currently this gem allows values to be cached until the _expire_, when this happens a new value is generated, cached and returned. This means that every `ttl` one user/client/connection needs...

enhancement