mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 16:48:27 -05:00
7 lines
187 B
Tcl
7 lines
187 B
Tcl
|
start_server {} {
|
||
|
set i [r info]
|
||
|
regexp {redis_version:(.*?)\r\n} $i - version
|
||
|
regexp {redis_git_sha1:(.*?)\r\n} $i - sha1
|
||
|
puts "Testing Redis version $version ($sha1)"
|
||
|
}
|