Adding RM_ServerInfoGetFieldC

This commit is contained in:
Oran Agra
2019-11-04 07:57:52 +02:00
parent 4d580438b0
commit deebed23e1
4 changed files with 27 additions and 8 deletions

View File

@ -13,6 +13,7 @@ start_server {tags {"modules"}} {
test {module reading info} {
# check string, integer and float fields
assert_equal [r info.gets replication role] "master"
assert_equal [r info.getc replication role] "master"
assert_equal [r info.geti stats expired_keys] 0
assert_equal [r info.getd stats expired_stale_perc] 0