James Stonehill

Results 6 issues of James Stonehill

We're seeing the memory in our Redis instance increase gradually over time and the cause seems to be the these Resque keys that are not ever expiring. `resque:SEMAPHORE:lock:model_name_12345:AVAILABLE` When I...

- [x] This is a bug report - [ ] This is a feature request - [x] I searched existing issues before opening this one When my Dockerfile looks like...

bug

# Feature Request I'd like to be able to nest serializers within the response documentation under string keys. ## Description In my api, all of our responses are nested under...

Not sure how easy this would be but it would be awesome to have full support for `ttl` ```js const mock = require("redis-mock"); const client = mock.createClient(); client.setex("someKey", 300, "someValue");...

When using concurrency features like `ThreadPoolExecutor`'s `map` function as well as un-ordered collections like `set`s to spawn off several dynamic requests, it's sometimes impossible to force the requests to always...