mirror of
https://github.com/redis/redis.git
synced 2026-01-11 20:18:08 -05:00
Typo fixed
This commit is contained in:
@@ -121,7 +121,7 @@ start_server {tags {"expire"}} {
|
||||
list $a $b
|
||||
} {somevalue {}}
|
||||
|
||||
test {TTL returns tiem to live in seconds} {
|
||||
test {TTL returns time to live in seconds} {
|
||||
r del x
|
||||
r setex x 10 somevalue
|
||||
set ttl [r ttl x]
|
||||
|
||||
Reference in New Issue
Block a user