Skip to content

Commit 7dfcb11

Browse files
committed
Update README.md and documentation for corrections
1 parent 888d0a2 commit 7dfcb11

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
<img src=https://oracle.github.io/coherence/assets/images/logo-red.png width="30%"><img>
77

8-
The Coherence Python Client allows Python applications to act as cache clients to an Oracle Coherence cluster using
9-
the Google gRPC framework as the network transport.
8+
The Coherence Python Client allows Python applications to act as cache clients to an Oracle Coherence cluster using gRPC as the network transport.
109

1110
#### Features
1211
* Familiar Map-like interface for manipulating cache entries including but not limited to:
@@ -20,7 +19,7 @@ the Google gRPC framework as the network transport.
2019
* 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
2120

2221
#### Requirements
23-
* [Coherence CE](https://github.com/oracle/coherence) 22.06 or later (or equivalent non-open source editions) with a configured [gRPCProxy](https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/develop-remote-clients/using-coherence-grpc-server.html).
22+
* [Coherence CE](https://github.com/oracle/coherence) 22.06.4+ or Coherence 14.1.1.2206.4+ 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).
2423
* Python 3.10.1
2524

2625
#### Starting a Coherence Cluster

docs/basics.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ The following is an example of using a `NamedMap` to `store`, `get`, and
1919

2020
* Line 17 - Create a new `Session` that will connect to `localhost:1408`. See the :doc:`Sessions <sessions>` documentation for more details.
2121
* Line 50 - Obtain a `NamedMap` identified by `my-map` from the Session
22-
* Lines 21-34 - Various CRUD operations against the NamedMap such as `get() <api_reference.html#coherence.NamedMap.get>`_, `put() <api_reference.html#coherence.NamedMap.put>`_, and `remote() <api_reference.html#coherence.NamedMap.remove>`_
22+
* Lines 21-34 - Various CRUD operations against the NamedMap such as `get() <api_reference.html#coherence.NamedMap.get>`_, `put() <api_reference.html#coherence.NamedMap.put>`_, and `remove() <api_reference.html#coherence.NamedMap.remove>`_

0 commit comments

Comments
 (0)