mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-21 23:58:51 -05:00
tests/unit/scripting: add redis global test
Signed-off-by: Drew DeVault <sir@cmpwn.com>
This commit is contained in:
parent
e32c74c826
commit
a8ae9fdb26
@ -49,6 +49,9 @@ if {$is_eval == 1} {
|
||||
}
|
||||
|
||||
start_server {tags {"scripting"}} {
|
||||
test {Redis compatibility global exists} {
|
||||
run_script {return redict == redis} 0
|
||||
} {1}
|
||||
|
||||
if {$is_eval eq 1} {
|
||||
test {Script - disallow write on OOM} {
|
||||
|
Loading…
Reference in New Issue
Block a user