From b5dd250e76e2e34c330f81eece6c5f20287cf22d Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 17 Mar 2025 14:17:53 -0400 Subject: [PATCH] Point to correct url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e93af1a..d4d86cd4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # redismodule-rs -This crate provides an idiomatic Rust API for the [Redis Modules API](https://redis.io/topics/modules-intro). +This crate provides an idiomatic Rust API for the [Redis Modules API](https://redis.io/docs/latest/develop/reference/modules/). 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. # Running the example module