mirror of
https://github.com/fluencelabs/redis
synced 2025-07-31 00:11:56 +00:00
Module INFO, add support for dict fields, rename API to have common prefix
This commit is contained in:
@@ -48,6 +48,11 @@ start_server {tags {"modules"}} {
|
||||
field $info infotest_uno
|
||||
} {one}
|
||||
|
||||
# TODO: test crash report.
|
||||
test {module info dict} {
|
||||
set info [r info infotest_keyspace]
|
||||
set keyspace [field $info infotest_db0]
|
||||
set keys [scan [regexp -inline {keys\=([\d]*)} $keyspace] keys=%d]
|
||||
} {3}
|
||||
|
||||
# TODO: test crash report.
|
||||
}
|
||||
|
Reference in New Issue
Block a user