fix typos

This commit is contained in:
Jörg Thalheim
2024-12-22 08:12:06 +01:00
parent 066b069150
commit 59184db64a
10 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ local -a redis_commands=(
'append:append a value to a key'
'auth:authenticate to the server'
'bgrewriteeaof:asynchronously rewrite the append-only file'
'bgsave:asynchornously save the dataset to disk'
'bgsave:asynchronously save the dataset to disk'
'blpop:remove and get the first element in a list, or block until one is available'
'brpop:remove and get the last element in a list, or block until one is available'
'brpoplpush:pop a value from a list, push it to another list and return it; or block until one is available'