rustis
rustis copied to clipboard
An asynchronous Redis client for Rust
I'm using a bb8 connection pool in my application, which was created like this: ``` rust let manager = PooledClientManager::new(REDIS_URL.to_string()) .expect("failed to create redis client manager"); rustis::bb8::Pool::builder() .max_size(256) .build_unchecked(manager) ```...
3|tracker_ | thread 'tokio-runtime-worker' panicked at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustis-0.12.9/src/network/network_handler.rs:545:17: 3|tracker_ | [private:6379] Received unexpected message: Ok(Push([BulkString("unsubscribe"), BulkString("tracker:346240269"), Integer(0)])) 3|tracker_ | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace Info is...