Alex Kahan
Alex Kahan
Has there been any progress on this? It looks like the scalable filters have a [`WriteTo`](https://github.com/tylertreat/BoomFilters/blob/master/scalable.go#L165) method to write to an `io.Writer`. Is this something that can be implemented in...
@tylertreat Great, I'll start working on it shortly.
Yeah, I renamed this project from `redis_cache` to `cache_deco`, this has to be changed.
Yeah I wrote that as an exercise to be honest. With the new PR coming in (I just have to fix up some tests) you are able to specify any...
For an example, check this out: https://github.com/alexk307/redis_cache/pull/10/files#diff-04c6e90faac2675aa89e2176d2eec7d8R12
This won't work currently because I've rolled my own Redis client, so those functions you've added (`sadd`, `delete`) are not implemented yet. Decided to write my own Redis client as...
@thewhitetulip found this from HN. I would love to take a stab at this. My preferred KV store is Redis, if that's Ok? I think it's pretty ubiquitous among develops...
@gingerwizard thanks for opening this issue, I was able to reproduce this by adding a user with an `á` character in the password and then attempting to make a request...
Agreed. I find it dangerous to be making these claims without disclosing your data sources.
I want this too. Willing to write this if the project wants it. [Swagger](https://swagger.io/) is an API documentation and testing tool that a lot of folks are using the industry...