You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Golang has miniredis package which define itself as a "Pure Go Redis test server, used in Go unittests". This is very useful, so why don't we make one for Rust?
Detailed use case would be to spawn in-process Redis server on random port for every #[tokio::test] functions and access it via real Redis client.
The text was updated successfully, but these errors were encountered:
Golang has miniredis package which define itself as a "Pure Go Redis test server, used in Go unittests". This is very useful, so why don't we make one for Rust?
Detailed use case would be to spawn in-process Redis server on random port for every
#[tokio::test]
functions and access it via real Redis client.The text was updated successfully, but these errors were encountered: