Jared McQueen

Results 24 comments of Jared McQueen

+1 redis defunct. I run in kubernetes and don't even need the load balancing, can we remove entirely?

+1 support for OSS cluster would be great. Not sure why it was removed

I no longer use the installable version, no I only use the web-version provided by redisstack:latest image

whoa, neat screenshots. statistics galore. I'm always a fan of more information being presented to the administrators. A ring is a nice visual representation of keyslots. I'm not sure how...

as an FYI - the backends each need participants too. For example, plotters-canvas https://github.com/plotters-rs/plotters-canvas won't even compile because of stale pull requests. @38

+1 on this. Reflection is a little more spread-out than other examples. It's the [build.rs](https://github.com/hyperium/tonic/blob/master/examples/build.rs), `tonic-reflection` in [Cargo.toml](https://github.com/hyperium/tonic/blob/master/examples/Cargo.toml), and finally the example file. There are many more undocumented examples though,...

I'll help out. I've written a few services with tonic now and know my way around reflection. I can't merge PRs though

hey @dgoulet I wrote my own library to provide those: https://github.com/jaredmcqueen/mini-alpaca

I'm interested in this feature too, as my container builds result in: ```error: WebSocket(Tls(Native(Ssl(Error { code: ErrorCode(1), cause: Some(Ssl(ErrorStack([Error { code: 337047686, library: "SSL routines", function: "tls_process_server_certificate", reason: "certificate verify...

It's using gin under the hood, so I imagine one could hook into that and set up a STDOUT logger? I haven't spent any time looking at the code but...