James Stonehill
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...
# 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...
When running the server through Docker (using the docker-compose in the project as a starting template), I'm seeing this error message when opening the dashboard in the browser. For my...
**Describe the bug** When you set container env vars, if the env var is an empty string, the env var doesn't get set. This is incorrect as for some purposes...