Skip to content

Commit

Permalink
Merge branch 'master' into hash-cover-2
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 authored Mar 7, 2024
2 parents 7d5d94c + ea76b84 commit d8990e0
Show file tree
Hide file tree
Showing 132 changed files with 10,749 additions and 10,107 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/test/java/io/redis/examples/* @dmaier-redislabs
4 changes: 4 additions & 0 deletions .github/release-drafter-config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name-template: '$NEXT_MINOR_VERSION'
tag-template: 'v$NEXT_MINOR_VERSION'
filter-by-commitish: true
commitish: master
autolabeler:
- label: 'maintenance'
files:
Expand Down Expand Up @@ -35,6 +37,8 @@ categories:
labels:
- 'maintenance'
- 'dependencies'
- 'documentation'
- 'docs'
- 'testing'
change-template: '- $TITLE (#$NUMBER)'
exclude-labels:
Expand Down
28 changes: 28 additions & 0 deletions .github/spellcheck-settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
matrix:
- name: Markdown
expect_match: false
apsell:
lang: en
d: en_US
ignore-case: true
dictionary:
wordlists:
- .github/wordlist.txt
output: wordlist.dic
pipeline:
- pyspelling.filters.markdown:
markdown_extensions:
- markdown.extensions.extra:
- pyspelling.filters.html:
comments: false
attributes:
- alt
ignores:
- ':matches(code, pre)'
- code
- pre
- blockquote
- img
sources:
- '*.md'
- 'docs/**'
311 changes: 311 additions & 0 deletions .github/wordlist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,311 @@
!!!Spelling check failed!!!
APM
ARGV
BFCommands
BitOP
BitPosParams
BuilderFactory
CFCommands
CMSCommands
CallNotPermittedException
CircuitBreaker
ClientKillParams
ClusterNode
ClusterNodes
ClusterPipeline
ClusterPubSub
ConnectionPool
CoreCommands
EVAL
EVALSHA
Failback
Failover
GSON
GenericObjectPool
GenericObjectPoolConfig
GeoAddParams
GeoRadiusParam
GeoRadiusStoreParam
GeoUnit
GraphCommands
Grokzen's
HostAndPort
HostnameVerifier
INCR
IOError
Instrumentations
JDK
JSONArray
JSONCommands
Jaeger
Javadocs
Jedis
JedisCluster
JedisConnectionException
JedisPool
JedisPooled
JedisShardInfo
ListPosition
Ludovico
Magnocavallo
McCurdy
NOSCRIPT
NUMPAT
NUMPT
NUMSUB
OSS
OpenCensus
OpenTelemetry
OpenTracing
Otel
POJO
POJOs
PubSub
Queable
READONLY
RediSearch
RediSearchCommands
RedisBloom
RedisCluster
RedisClusterCommands
RedisClusterException
RedisClusters
RedisGraph
RedisInstrumentor
RedisJSON
RedisTimeSeries
SHA
SSLParameters
SSLSocketFactory
SearchCommands
SentinelCommands
SentinelConnectionPool
ShardInfo
Sharded
Solovyov
SortingParams
SpanKind
Specfiying
StatusCode
StreamEntryID
TCP
TOPKCommands
Throwable
TimeSeriesCommands
URI
UnblockType
UnifiedJedis
Uptrace
ValueError
WATCHed
WatchError
XTrimParams
ZAddParams
ZParams
aclDelUser
api
approximateLength
arg
args
async
asyncio
autoclass
automodule
backoff
bdb
behaviour
bitcount
bitop
bitpos
bool
boolean
booleans
bysource
charset
clientId
clientKill
clientUnblock
clusterCountKeysInSlot
clusterKeySlot
configs
consumerName
consumername
cumbersome
dbIndex
dbSize
decr
decrBy
del
destKey
dev
dstKey
dstkey
eg
exc
expireAt
failback
failover
faoliver
firstName
firsttimersonly
fo
genindex
geoadd
georadiusByMemberStore
georadiusStore
getbit
gmail
groupname
hdel
hexists
hincrBy
hincrByFloat
hiredis
hlen
hset
hsetnx
hstrlen
http
idx
iff
incr
incrBy
incrByFloat
ini
json
keyslot
keyspace
keysvalues
kwarg
lastName
lastsave
linsert
linters
llen
localhost
lpush
lpushx
lrem
lua
makeapullrequest
maxLen
maxdepth
maya
memberCoordinateMap
mget
microservice
microservices
millisecondsTimestamp
mset
msetnx
multikey
mykey
newkey
nonatomic
observability
oldkey
opentelemetry
oss
param
params
performant
pexpire
pexpireAt
pfadd
pfcount
pmessage
png
pre
psubscribe
pttl
pubsub
punsubscribe
py
pypi
quickstart
readonly
readwrite
redis
redismodules
reimplemented
reinitialization
renamenx
replicaof
repo
rpush
rpushx
runtime
sadd
scard
scoreMembers
sdiffstore
sedrik
setbit
setnx
setrange
sinterstore
sismember
slowlogLen
smove
sortingParameters
srcKey
srcKeys
srckey
ssl
storeParam
str
strlen
stunnel
subcommands
sunionstore
thevalueofmykey
timeseries
toctree
topk
tox
triaging
ttl
txt
un
unblockType
unicode
unixTime
unlink
untyped
url
virtualenv
waitReplicas
whenver
www
xack
xdel
xgroupDelConsumer
xgroupDestroy
xlen
xtrim
zadd
zcard
zcount
zdiffStore
zincrby
zinterstore
zlexcount
zpopmax
zpopmin
zrandmember
zrandmemberWithScores
zrange
zrangeByLex
zrangeByScore
zrangeByScoreWithScores
zrangeWithScores
zrem
zremrangeByLex
zremrangeByRank
zremrangeByScore
zrevrange
zrevrangeByLex
zrevrangeByScore
zrevrangeByScoreWithScores
zrevrangeWithScores
zunionstore
6 changes: 5 additions & 1 deletion .github/workflows/doctests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Documentation Tests

on:
push:
tags-ignore:
- '*'
branches:
- 'emb-examples'
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -32,4 +36,4 @@ jobs:
distribution: 'temurin'
- name: Run doctests
run: |
mvn -Pdoctests test
mvn -Pdoctests test
7 changes: 3 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ on:
- '**/*.rst'
branches:
- master
- '[0-9].[0-9]'
- '[0-9].x'
- '[0-9].*'
pull_request:
branches:
- master
- '[0-9].[0-9]'
- '[0-9].x'
- '[0-9].*'
schedule:
- cron: '0 1 * * *' # nightly build
workflow_dispatch:

jobs:

Expand Down
Loading

0 comments on commit d8990e0

Please sign in to comment.