This crate is an excerpt from the redismodule-rs
crate which allows for easy testing.
Basic usage:
let mut con: TestConnection = new;
let res: String = cmd
.arg
.query
.with_context?;
assert_eq!;
This crate is an excerpt from the redismodule-rs
crate which allows for easy testing.
Basic usage:
let mut con: TestConnection = new;
let res: String = cmd
.arg
.query
.with_context?;
assert_eq!;