diff options
author | Viktor Söderqvist <viktor.soderqvist@est.tech> | 2021-12-30 11:17:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-30 12:17:22 +0200 |
commit | e4b3a257eebd0acf0ba7bc5d0902166d02bacfdb (patch) | |
tree | acf17cc726fa6a1a4b53926850c0a7c35b36c9d3 /tests/modules/getkeys.c | |
parent | 4836ae32c7eb485dd4b0196ec67b9838c6d87f80 (diff) | |
download | redis-e4b3a257eebd0acf0ba7bc5d0902166d02bacfdb.tar.gz |
Modules: Mark all APIs non-experimental (#9983)
These exist for quite some time, and are no longer experimental
Diffstat (limited to 'tests/modules/getkeys.c')
-rw-r--r-- | tests/modules/getkeys.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/modules/getkeys.c b/tests/modules/getkeys.c index 3f7cc56f0..acb8a1295 100644 --- a/tests/modules/getkeys.c +++ b/tests/modules/getkeys.c @@ -1,4 +1,3 @@ -#define REDISMODULE_EXPERIMENTAL_API #include "redismodule.h" #include <strings.h> |