Brad Lindsay
0f6ef47683
Add a seperate cache-store proxy for the redis gem
...
While a cache-store proxy exists for the redis-store gem, no such proxy
existed for using the redis gem itself. This fills that gap by adding
such a proxy.
Resolves kickstarter/rack-attack#190
2018-02-06 09:33:02 -06:00
Gonzalo Rodriguez
b7eb7851cf
Cleanup unnecessary self references
2018-01-25 15:52:20 -03:00
Vincent Boisard
d880bd88e0
fix: workaround MemCacheClient + MemCache backend by using a dedicated proxy
2015-12-16 16:57:54 +01:00
Vincent Boisard
faa0638719
fix: Do not attempt to process Memcache clients with DalliProxy
2015-12-08 18:55:06 +01:00
Vincent Boisard
397a7ce7b4
feature: support for ActiveSupport::MemCacheStore
2015-12-08 10:53:53 +01:00
Aaron Suggs
0ec73d956b
Merge pull request #119 from stanhu/add-delete-interface
...
Support delete method for Redis
2015-04-16 14:11:58 -04:00
Stan Hu
ff15447f3a
Support delete method for Redis
2015-03-15 12:13:44 -07:00
Stan Hu
dc1b6bf687
Pass raw: true to prevent Ruby de/serialization. This is to make it possible
...
to implement something like:
```store.write(key, 0, :expires_in => expires_in)```
See #113
2015-03-15 07:18:18 -07:00
hakanensari
5d72c6e5f9
Move individual proxy classes to separate files
2014-04-15 16:19:43 +01:00