Skip to content

Commit 6c1a687

Browse files
committed
Add some words to wordlist
1 parent e244521 commit 6c1a687

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/wordlist.txt

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
!!!Spelling check failed!!!
22
APM
33
ARGV
4+
BaseObjectPoolConfig
45
BFCommands
56
BitOP
67
BitPosParams
@@ -16,6 +17,7 @@ ClusterPipeline
1617
ClusterPubSub
1718
ConnectionPool
1819
CoreCommands
20+
Dockerfile
1921
EVAL
2022
EVALSHA
2123
Failback
@@ -46,6 +48,7 @@ JedisCluster
4648
JedisConnectionException
4749
JedisPool
4850
JedisPooled
51+
JedisPubSub
4952
JedisShardInfo
5053
ListPosition
5154
Ludovico
@@ -174,6 +177,7 @@ incr
174177
incrBy
175178
incrByFloat
176179
ini
180+
io
177181
json
178182
keyslot
179183
keyspace
@@ -198,6 +202,7 @@ mget
198202
microservice
199203
microservices
200204
millisecondsTimestamp
205+
mkdocs
201206
mset
202207
msetnx
203208
multikey
@@ -224,6 +229,7 @@ pubsub
224229
punsubscribe
225230
py
226231
pypi
232+
PoolConfig
227233
quickstart
228234
readonly
229235
readwrite
@@ -234,10 +240,12 @@ reinitialization
234240
renamenx
235241
replicaof
236242
repo
243+
README
237244
rpush
238245
rpushx
239246
runtime
240247
sadd
248+
SafeEncoder
241249
scard
242250
scoreMembers
243251
sdiffstore
@@ -260,6 +268,7 @@ strlen
260268
stunnel
261269
subcommands
262270
sunionstore
271+
pipelining
263272
thevalueofmykey
264273
timeseries
265274
toctree
@@ -311,3 +320,4 @@ zrevrangeByScore
311320
zrevrangeByScoreWithScores
312321
zrevrangeWithScores
313322
zunionstore
323+
yml

docs/advanced-usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ else
4242
t.set("key", "value");
4343
```
4444

45-
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.
45+
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.
4646

4747

4848
## Pipelining

0 commit comments

Comments
 (0)