Ben Somers
Ben Somers
No action on this PR for several years now - what are thoughts like on the prospects for this PR/this feature more generally?
I'd be a fan of that, though it's really the maintainers we'd want to hear from before you spend the effort. I actually need to be writing out AES files,...
I think you're exactly right - looks like I've been relying on memcached doing automatic serialization, and Redis just saves a string representation rather than a proper serialized object. I'll...
Ok, fix is ready on branch [redis-compat](https://github.com/bensomers/improved-rack-throttle/tree/redis-compat) (0e9d398) - just added Marshaling of LeakyBuckets before caching them. I did not have the opportunity yet to set up a Redis test...