itachizhu

Results 3 issues of itachizhu

my code: ``` let client = connect(format!("memcache://{}:{}?verify_mode=none", "localhost", "12321")).unwrap(); client.set("foo", "bar", 0).unwrap(); let value: Option = client.get("foo").unwrap(); println!("{:?}", value); ``` then when I run: cargo build error: linking with `cc`...

How do we use redis cli to connect to pelikan? After I try to connect successfully, I run the get/set command and the operation fails. The service is disconnected.

我在windows 11下的python 3.11版本中使用pip install 安装了所有的依赖后启动报了下面的错: (I installed all the dependencies using pip install in python 3.11 on windows 11 and the following error is reported on startup.) ImportError: Using `bitsandbytes`...