Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Aug 7, 2023
1 parent 5a092ee commit 189bba4
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 61 deletions.
284 changes: 224 additions & 60 deletions .github/wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,141 +1,305 @@
APM
ARGV
BFCommands
CFCommands
CMSCommands
ClusterNode
ClusterNodes
ClusterPipeline
ClusterPubSub
ConnectionPool
CoreCommands
EVAL
EVALSHA
GraphCommands
Grokzen's
INCR
IOError
Instrumentations
JSONCommands
Jaeger
Ludovico
Magnocavallo
McCurdy
NOSCRIPT
NUMPAT
NUMPT
NUMSUB
OSS
OpenCensus
OpenTelemetry
OpenTracing
Otel
PubSub
READONLY
RediSearch
RedisBloom
RedisCluster
RedisClusterCommands
RedisClusterException
RedisClusters
RedisGraph
RedisInstrumentor
RedisJSON
RedisTimeSeries
SHA
SearchCommands
SentinelCommands
SentinelConnectionPool
Sharded
Solovyov
SpanKind
Specfiying
StatusCode
TCP
TOPKCommands
TimeSeriesCommands
Uptrace
ValueError
WATCHed
WatchError
aclDelUser
api
APM
approximateLength
arg
args
ARGV
async
asyncio
autoclass
automodule
backoff
bdb
behaviour
BFCommands
bitcount
bitop
BitOP
bitpos
BitPosParams
bool
boolean
booleans
BuilderFactory
bysource
CFCommands
charset
CircuitBreaker
clientId
clientKill
ClientKillParams
clientUnblock
clusterCountKeysInSlot
clusterKeySlot
ClusterNode
ClusterNodes
ClusterPipeline
ClusterPubSub
CMSCommands
configs
ConnectionPool
consumername
consumerName
CoreCommands
cumbersome
dbIndex
dbSize
decr
decrBy
del
destKey
dev
dstkey
dstKey
eg
EVAL
EVALSHA
exc
expireAt
failback
Failback
failover
Failover
faoliver
firstName
firsttimersonly
fo
GenericObjectPool
GenericObjectPoolConfig
genindex
geoadd
GeoAddParams
georadiusByMemberStore
GeoRadiusParam
georadiusStore
GeoRadiusStoreParam
GeoUnit
getbit
gmail
GraphCommands
Grokzen's
groupname
GSON
hdel
hexists
hincrBy
hincrByFloat
hiredis
hlen
HostAndPort
HostnameVerifier
hset
hsetnx
hstrlen
http
idx
iff
incr
INCR
incrBy
incrByFloat
ini
Instrumentations
IOError
Jaeger
Javadocs
Jedis
JedisCluster
JedisPool
JedisPooled
JedisShardInfo
json
JSONCommands
keyslot
keyspace
keysvalues
kwarg
lastName
lastsave
linsert
linters
ListPosition
llen
localhost
lpush
lpushx
lrem
lua
Ludovico
Magnocavallo
makeapullrequest
maxdepth
maxLen
maya
McCurdy
memberCoordinateMap
mget
microservice
microservices
millisecondsTimestamp
mset
msetnx
multikey
mykey
newkey
nonatomic
NOSCRIPT
NUMPAT
NUMPT
NUMSUB
observability
oldkey
OpenCensus
opentelemetry
OpenTelemetry
OpenTracing
oss
OSS
Otel
param
params
performant
pexpire
pexpireAt
pfadd
pfcount
pmessage
png
POJO
POJOs
pre
psubscribe
pttl
pubsub
PubSub
punsubscribe
py
pypi
Queable
quickstart
readonly
READONLY
readwrite
redis
RedisBloom
RedisCluster
RedisClusterCommands
RedisClusterException
RedisClusters
RediSearch
RediSearchCommands
RedisGraph
RedisInstrumentor
RedisJSON
redismodules
RedisTimeSeries
reimplemented
reinitialization
renamenx
replicaof
repo
rpush
rpushx
runtime
sadd
scard
scoreMembers
sdiffstore
SearchCommands
sedrik
SentinelCommands
SentinelConnectionPool
setbit
setnx
setrange
SHA
Sharded
ShardInfo
sinterstore
sismember
slowlogLen
smove
Solovyov
sortingParameters
SortingParams
SpanKind
Specfiying
!!!Spelling check failed!!!
srckey
srcKey
srcKeys
ssl
SSLParameters
SSLSocketFactory
StatusCode
storeParam
str
StreamEntryID
strlen
stunnel
subcommands
sunionstore
TCP
thevalueofmykey
timeseries
TimeSeriesCommands
toctree
topk
TOPKCommands
tox
triaging
ttl
txt
un
unblockType
UnblockType
unicode
UnifiedJedis
unixTime
unlink
untyped
Uptrace
url
ValueError
virtualenv
waitReplicas
WATCHed
WatchError
whenver
www
xack
xdel
xgroupDelConsumer
xgroupDestroy
xlen
xtrim
XTrimParams
zadd
ZAddParams
zcard
zcount
zdiffStore
zincrby
zinterstore
zlexcount
ZParams
zpopmax
zpopmin
zrandmember
zrandmemberWithScores
zrange
zrangeByLex
zrangeByScore
zrangeByScoreWithScores
zrangeWithScores
zrem
zremrangeByLex
zremrangeByRank
zremrangeByScore
zrevrange
zrevrangeByLex
zrevrangeByScore
zrevrangeByScoreWithScores
zrevrangeWithScores
zunionstore
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ for the complete list of supported commands.

### Easier way of using connection pool

Using a *try-with-resources* block for each command may be cumbursome, so you may consider using JedisPooled.
Using a *try-with-resources* block for each command may be cumbersome, so you may consider using JedisPooled.

```java
JedisPooled jedis = new JedisPooled("localhost", 6379);
Expand Down

0 comments on commit 189bba4

Please sign in to comment.