Skip to content

Commit 2593dc2

Browse files
committed
Address more review comments
1 parent ff1bf73 commit 2593dc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ The Coherence Python Client allows Python applications to act as cache clients t
2020
* Support for storing Python objects as JSON as well as the ability to serialize to Java objects on the server for access from other Coherence language API's
2121

2222
#### Requirements
23-
* [Coherence CE](https://github.com/oracle/coherence) 22.06.11+ or Coherence 14.1.1.2206.11+ Commercial edition with a configured [gRPCProxy](https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/develop-remote-clients/using-coherence-grpc-server.html).
23+
* [Coherence CE](https://github.com/oracle/coherence) 22.06.11+ or Coherence 14.1.1.2206.11+, 14.1.2.0+ Commercial edition with a configured [gRPCProxy](https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/develop-remote-clients/using-coherence-grpc-server.html).
2424
* Usage of module `coherence.ai` requires [Coherence CE](https://github.com/oracle/coherence) 24.09.2+
25-
* Python 3.9.x
25+
* Python 3.9.x or later
2626

2727

2828
#### Starting a Coherence Cluster

src/coherence/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,7 @@ class Options:
15771577
environment variable is used if address is not passed as an argument in the constructor. If the environment
15781578
variable is not set and address is not passed as an argument then `DEFAULT_ADDRESS` is used. One can also
15791579
use the 'coherence' resolver address of "coherence:///host:port" to connect to the Coherence Name
1580-
Service, running on the cluster port, and automatically discover the gRPC proxy addresse and one of them
1580+
Service, running on the cluster port, and automatically discover the gRPC proxy addresses and one of them
15811581
will be randomly picked.
15821582
"""
15831583
ENV_REQUEST_TIMEOUT = "COHERENCE_CLIENT_REQUEST_TIMEOUT"

0 commit comments

Comments
 (0)