Skip to content

Commit 73c9155

Browse files
Update modules-api-ref.md for release 7.4.1
1 parent 99053d0 commit 73c9155

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/develop/reference/modules/modules-api-ref.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3840,7 +3840,7 @@ AOF rewrite, and so forth). In this section we define this API.
38403840

38413841
Register a new data type exported by the module. The parameters are the
38423842
following. Please for in depth documentation check the modules API
3843-
documentation, especially [https://redis.io/docs/latest/develop/reference/modules/modules-native-types/](https://redis.io/docs/latest/develop/reference/modules/modules-native-types/).
3843+
documentation, especially [https://redis.io/topics/modules-native-types](https://redis.io/topics/modules-native-types).
38443844

38453845
* **name**: A 9 characters data type name that MUST be unique in the Redis
38463846
Modules ecosystem. Be creative... and there will be no collisions. Use
@@ -4489,7 +4489,7 @@ latency-monitor-threshold.
44894489
## Blocking clients from modules
44904490

44914491
For a guide about blocking commands in modules, see
4492-
[https://redis.io/docs/latest/develop/reference/modules/modules-blocking-ops/](https://redis.io/docs/latest/develop/reference/modules/modules-blocking-ops/).
4492+
[https://redis.io/topics/modules-blocking-ops](https://redis.io/topics/modules-blocking-ops).
44934493

44944494
<span id="RedisModule_RegisterAuthCallback"></span>
44954495

@@ -8190,3 +8190,4 @@ There is no guarantee that this info is always available, so this may return -1.
81908190
* [`RedisModule_ZsetRem`](#RedisModule_ZsetRem)
81918191
* [`RedisModule_ZsetScore`](#RedisModule_ZsetScore)
81928192
* [`RedisModule__Assert`](#RedisModule__Assert)
8193+

0 commit comments

Comments
 (0)