Skip to content

Commit

Permalink
Add some words to wordlist
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide committed Oct 22, 2024
1 parent e244521 commit 6c1a687
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
!!!Spelling check failed!!!
APM
ARGV
BaseObjectPoolConfig
BFCommands
BitOP
BitPosParams
Expand All @@ -16,6 +17,7 @@ ClusterPipeline
ClusterPubSub
ConnectionPool
CoreCommands
Dockerfile
EVAL
EVALSHA
Failback
Expand Down Expand Up @@ -46,6 +48,7 @@ JedisCluster
JedisConnectionException
JedisPool
JedisPooled
JedisPubSub
JedisShardInfo
ListPosition
Ludovico
Expand Down Expand Up @@ -174,6 +177,7 @@ incr
incrBy
incrByFloat
ini
io
json
keyslot
keyspace
Expand All @@ -198,6 +202,7 @@ mget
microservice
microservices
millisecondsTimestamp
mkdocs
mset
msetnx
multikey
Expand All @@ -224,6 +229,7 @@ pubsub
punsubscribe
py
pypi
PoolConfig
quickstart
readonly
readwrite
Expand All @@ -234,10 +240,12 @@ reinitialization
renamenx
replicaof
repo
README
rpush
rpushx
runtime
sadd
SafeEncoder
scard
scoreMembers
sdiffstore
Expand All @@ -260,6 +268,7 @@ strlen
stunnel
subcommands
sunionstore
pipelining
thevalueofmykey
timeseries
toctree
Expand Down Expand Up @@ -311,3 +320,4 @@ zrevrangeByScore
zrevrangeByScoreWithScores
zrevrangeWithScores
zunionstore
yml
2 changes: 1 addition & 1 deletion docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ else
t.set("key", "value");
```

However, there are some commands like setnx, that include such a conditional execution. Those are of course supported within transactions. You can build your own customized commands using eval/ LUA scripting.
However, there are some commands like setnx, that include such a conditional execution. Those are of course supported within transactions. You can build your own customized commands using EVAL / LUA scripting.


## Pipelining
Expand Down

0 comments on commit 6c1a687

Please sign in to comment.