sorccu / r2d2-redis

MIT License
101 stars 42 forks source link

main example broken #3

Closed bklooste closed 8 years ago

bklooste commented 9 years ago

src/main.rs:22:60: 22:72 error: the trait redis::connection::ConnectionLike is not implemented for the type redis::client::Client [E0277] src/main.rs:22 let reply = redis::cmd("PING").query::(conn.deref()).unwrap();

using toml r2d2 = "_" r2d2redis = ""

[dependencies.redis] version = "*" features = ["unix_socket"]

ray-delossantos commented 8 years ago

I'm having the same kind of error.

sorccu commented 8 years ago

If you're using redis crate 0.5.1, the currently published r2d2_redis 0.1.0 actually uses 0.3.1. cargo happily builds both versions but they are then of course incompatible, leading to massive confusion. #5 would solve this.

nevdelap commented 8 years ago

Sorry everyone. I need someone to take over being maintainer of this. I am not actively doing anything rust related sadly because of being too busy in other work and non-IT related studies. Anyone want to take it over?

sorccu commented 8 years ago

Well, I'm using rust and r2d2_redis every day, so I can take over if you like.

nevdelap commented 8 years ago

Hi sorccu and badboy,

You have both said you can. Do you want to email me at xxxxxxxx so we can make the transfer to whichever of you you think will most likely be able to maintain it long term?

Cheers.

PS: I'm GMT+10.

sorccu commented 8 years ago

Resolved as of 0.2.0.