Skip to content

Commit c78dcf2

Browse files
committed
fix documentation lint issues
1 parent 191ed5d commit c78dcf2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/api/baseplate/clients/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Instrumented Client Libraries
1313
baseplate.clients.kombu: Client for publishing to queues <kombu>
1414
baseplate.clients.memcache: Memcached Client <memcache>
1515
baseplate.clients.redis: Redis Client <redis>
16+
baseplate.clients.redis_cluster: Redis Cluster Client <redis_cluster>
1617
baseplate.clients.requests: Requests (HTTP) Client <requests>
1718
baseplate.clients.sqlalchemy: SQL Client for relational databases (e.g. PostgreSQL) <sqlalchemy>
1819
baseplate.clients.thrift: Thrift client for RPC to other backend services <thrift>

docs/api/baseplate/clients/redis_cluster.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
``baseplate.clients.redis_cluster``
2-
===========================
2+
===================================
33

44
`Redis`_ is an in-memory data structure store used where speed is necessary but
55
complexity is beyond simple key-value operations. (If you're just doing
@@ -44,8 +44,8 @@ configure it in your application's configuration file:
4444
# optional: how long to wait for a connection to establish
4545
foo.timeout = 3 seconds
4646
47-
# optional: Whether read requests should be directed to replicas
48-
# instead of the primary
47+
# optional: Whether read requests should be directed to replicas as well
48+
# instead of just the primary
4949
foo.read_from_replicas = true
5050
...
5151

0 commit comments

Comments
 (0)