Skip to content

Commit 4d7540e

Browse files
authored
Merge branch 'master' into redis-cli-modelget-limitation
2 parents 7b66951 + c8f4711 commit 4d7540e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

opt/getver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ else
2222
#include "src/version.h"
2323
2424
int main(int argc, char *argv[]) {
25-
printf("%d%d%d\n", REDISAI_VERSION_MAJOR, REDISAI_VERSION_MINOR, REDISAI_VERSION_PATCH);
25+
printf("%d\n", REDISAI_MODULE_VERSION);
2626
return 0;
2727
}
2828
EOF

ramp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ capabilities:
1717
- persistence_aof
1818
- clustering
1919
- backup_restore
20+
- intershard_tls
2021
exclude_commands:
2122
- ai.modelset
2223
- ai.modeldel

0 commit comments

Comments
 (0)