Denis Colli Spalenza

Results 2 issues of Denis Colli Spalenza

I'm trying use `redis-analyzer -u username:password@host:port` but I'm receving the following error: ``` thread 'main' panicked at 'connecting (*****:*****@*****:*****): Password authentication failed', /Users/me/.cargo/registry/src/github.com-1ecc6299db9ec823/redis-analyzer-0.3.0/src/config.rs:124:18 note: run with `RUST_BACKTRACE=1` environment variable to...

Code used to send a post: ``` // ... $request = json_encode($sale); try { $response = \Httpful\Request::post($uri) ->sendsJson() ->addHeaders($this->headers) ->body($request) ->send(); } catch (Exception $e) { // ... } ```...