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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
# redismodule-rs
7
7
8
8
This crate provides an idiomatic Rust API for the [Redis Modules API](https://redis.io/topics/modules-intro).
9
-
It allows writing Redis modules in Rust, without needing to use raw pointers or unsafe code.
9
+
It allows writing Redis modules in Rust, without needing to use raw pointers or unsafe code. See [here](https://docs.rs/redis-module/latest) for the most recent API documentation.
0 commit comments