Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions content/develop/reference/modules/modules-api-ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -3840,7 +3840,7 @@ AOF rewrite, and so forth). In this section we define this API.

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

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

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

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

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

Loading