diff options
| author | Syohei YOSHIDA <syohex@gmail.com> | 2015-06-08 16:05:14 +0900 |
|---|---|---|
| committer | Syohei YOSHIDA <syohex@gmail.com> | 2015-06-08 16:05:14 +0900 |
| commit | d6fdb720e2b58ddd64b55c8d44740d13f799fff3 (patch) | |
| tree | bf5ecc75d12d7f72ca295ace345f5fda8ac474eb /src/_redis-cli | |
| parent | Merge pull request #301 from bosr/ansible (diff) | |
| download | zsh-completions-d6fdb720e2b58ddd64b55c8d44740d13f799fff3.tar zsh-completions-d6fdb720e2b58ddd64b55c8d44740d13f799fff3.tar.gz zsh-completions-d6fdb720e2b58ddd64b55c8d44740d13f799fff3.tar.bz2 zsh-completions-d6fdb720e2b58ddd64b55c8d44740d13f799fff3.tar.lz zsh-completions-d6fdb720e2b58ddd64b55c8d44740d13f799fff3.tar.xz zsh-completions-d6fdb720e2b58ddd64b55c8d44740d13f799fff3.tar.zst zsh-completions-d6fdb720e2b58ddd64b55c8d44740d13f799fff3.zip | |
Correct misspellings
Diffstat (limited to 'src/_redis-cli')
| -rw-r--r-- | src/_redis-cli | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/_redis-cli b/src/_redis-cli index db23ea3..1e1aa36 100644 --- a/src/_redis-cli +++ b/src/_redis-cli @@ -32,7 +32,7 @@ _1st_arguments=( # 'debug object:get debugging information about a key' # 'debug setgfault:make the server crash' 'decr:decrement the integer value of a key by one' - 'decrby:decrement the integet value of a key by the given number' + 'decrby:decrement the integer value of a key by the given number' 'del:delete a key' 'discard:discard all commands issued after MULTI' 'echo:echo the given string' @@ -76,8 +76,8 @@ _1st_arguments=( 'mget:get the values of all the given keys' 'monitor:listen for all requests received by the server in real time' 'move:move a key to another database' - 'mset:set multiple keys to muliple values' - 'msetnx:set multiple keys tom ultiple values, only if none of the keys exist' + 'mset:set multiple keys to multiple values' + 'msetnx:set multiple keys to multiple values, only if none of the keys exist' 'multi:mark the start of a transaction block' 'object:inspect the internals of Redis objects' 'persist:remove the expiration from a key' @@ -135,11 +135,11 @@ _1st_arguments=( 'zrem:remove a member from a sorted set' 'zremrangebyrank:remove all members in a sorted set within the given indexes' 'zremrangebyscore:remove all members in a sorted set within the given scores' - 'zrevrange:return a range of membrs in a sorted set, by index, with scores ordered from high to low' + 'zrevrange:return a range of members in a sorted set, by index, with scores ordered from high to low' 'zrevrangebyscore:return a range of members in a sorted set, by score, with scores ordered from high to low' 'zrevrank:determine the index of a member in a sorted set, with scores ordered from high to low' 'zscore:get the score associated with the given member in a sorted set' - 'zunionstore:add multiple sorted sets and store te resulting sorted set in a new key' + 'zunionstore:add multiple sorted sets and store the resulting sorted set in a new key' ) local expl |
