Skip to content
Open
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
ccc22eb
Added Active-Active documentation page
vladvildanov Aug 20, 2025
0c664bd
Merge branch 'feat/active-active' of github.com:redis/redis-py into v…
vladvildanov Aug 20, 2025
42ab5d5
Merge branch 'feat/active-active' of github.com:redis/redis-py into v…
vladvildanov Aug 26, 2025
8e49c9a
Added documentation for Active-Active
vladvildanov Aug 26, 2025
6bcb611
Merge branch 'feat/active-active' into vv-AA-docs
vladvildanov Aug 28, 2025
d83a1ea
Refactored docs
vladvildanov Sep 1, 2025
166fb3a
Merge branch 'vv-AA-docs' of github.com:redis/redis-py into vv-AA-docs
vladvildanov Sep 1, 2025
2ab08b2
Refactored pipeline and transaction section
vladvildanov Sep 1, 2025
4cd426f
Merge branch 'feat/active-active' into vv-AA-docs
vladvildanov Sep 17, 2025
8815800
Updated docs
vladvildanov Sep 17, 2025
4cb18ef
Extended list of words
vladvildanov Sep 17, 2025
8c909e5
Merge branch 'feat/active-active' into vv-AA-docs
vladvildanov Sep 18, 2025
42dc3ff
Merge branch 'feat/active-active' into vv-AA-docs
vladvildanov Sep 24, 2025
f57e5e5
Merge branch 'feat/active-active' of github.com:redis/redis-py into v…
vladvildanov Sep 24, 2025
b4964f2
Merge branch 'vv-AA-docs' of github.com:redis/redis-py into vv-AA-docs
vladvildanov Sep 24, 2025
fca0e4f
Re-write documentation
vladvildanov Sep 24, 2025
eb8eaaa
Fixed spelling
vladvildanov Sep 24, 2025
7618d73
Update docs/multi_database.rst
vladvildanov Sep 30, 2025
dda39cc
Merge branch 'feat/active-active' of github.com:redis/redis-py into v…
vladvildanov Sep 30, 2025
c5e896d
Apply suggested comments
vladvildanov Sep 30, 2025
5093d7e
Merge branch 'vv-AA-docs' of github.com:redis/redis-py into vv-AA-docs
vladvildanov Sep 30, 2025
cd42837
Fixed spelling
vladvildanov Sep 30, 2025
947320c
Update docs/multi_database.rst
vladvildanov Oct 2, 2025
7ba26be
Update docs/multi_database.rst
vladvildanov Oct 2, 2025
614ed51
Update docs/multi_database.rst
vladvildanov Oct 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
APM
ARGV
BFCommands
balancer
CacheImpl
cancelling
CAS
CFCommands
CMSCommands
Expand All @@ -10,19 +12,32 @@ ClusterNodes
ClusterPipeline
ClusterPubSub
ConnectionPool
config
CoreCommands
DatabaseConfig
DNS
EchoHealthCheck
EVAL
EVALSHA
failover
FQDN
Grokzen's
Healthcheck
HealthCheckPolicies
healthcheck
healthchecks
INCR
IOError
Instrumentations
JSONCommands
Jaeger
Ludovico
Magnocavallo
MultiDbConfig
MultiDBClient
McCurdy
NOSCRIPT
NoValidDatabaseException
NUMPAT
NUMPT
NUMSUB
Expand All @@ -43,6 +58,7 @@ RedisInstrumentor
RedisJSON
RedisTimeSeries
SHA
SLA
SearchCommands
SentinelCommands
SentinelConnectionPool
Expand All @@ -52,6 +68,8 @@ SpanKind
Specfiying
StatusCode
TCP
TemporaryUnavailableException
TLS
TOPKCommands
TimeSeriesCommands
Uptrace
Expand Down Expand Up @@ -91,6 +109,7 @@ json
keyslot
keyspace
kwarg
kwargs
linters
localhost
lua
Expand Down
Loading