mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 01:01:22 +00:00
Adding RM_ServerInfoGetFieldC
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user