Jonathan Prates

Results 4 issues of Jonathan Prates

[Since redis 4.0](https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES), redis-cli accepts -u parameter, where an URL can be provided. Redis URL scheme is a well-known format (https://www.iana.org/assignments/uri-schemes/prov/redis) supported by most Redis drivers. ```python # snippet from...

`numRetries` is a good approach to get around to mobile network issues. Retrying a couple of time in a row does not mean that loadjs will load successfully. Maybe waiting...

All the installation steps were followed as the docs describe them. ``` $ ./redis-toolkit report -type memory -name report 2019/02/18 15:18:42 dial tcp: lookup redis_toolkit_db on 127.0.0.11:53: no such host...

Hello, Is possible to add a method that returns a time/datetime of lock was acquired? I want to test: if lock.lock_at - now > 5, break_it() Thank you