mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-18 00:10:14 +00:00
fix typos
This commit is contained in:
+1
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user