mirror of https://github.com/redis/redis.git
Typo fixed
This commit is contained in:
parent
b1f84d41fb
commit
d7d07d663a
|
@ -121,7 +121,7 @@ start_server {tags {"expire"}} {
|
||||||
list $a $b
|
list $a $b
|
||||||
} {somevalue {}}
|
} {somevalue {}}
|
||||||
|
|
||||||
test {TTL returns tiem to live in seconds} {
|
test {TTL returns time to live in seconds} {
|
||||||
r del x
|
r del x
|
||||||
r setex x 10 somevalue
|
r setex x 10 somevalue
|
||||||
set ttl [r ttl x]
|
set ttl [r ttl x]
|
||||||
|
|
Loading…
Reference in New Issue