You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@ to a Coherence Cluster using gRPC for the network transport.
23
23
* mutations such as insert, update and delete on Maps
24
24
* map lifecycle events such as truncated, released or destroyed
25
25
* session lifecycle events such as connected, disconnected, reconnected and closed
26
-
* Support for storing Go structs as JSON as well as the ability to serialize to Java objects on the server for access from other Coherence language API's
26
+
* Support for storing Go structs as JSON as well as the ability to serialize to Java objects on the server for access from other Coherence language API's
27
+
* Near cache support to cache frequently accessed data in the Go client to avoid sending requests across the network
27
28
* Full support for Go generics in all Coherence API's
28
29
29
30
#### Requirements
@@ -38,7 +39,7 @@ For local development, we recommend using the Coherence CE Docker image; it cont
38
39
everything necessary for the client to operate correctly.
39
40
40
41
```bash
41
-
docker run -d -p 1408:1408 -p 30000:30000 ghcr.io/oracle/coherence-ce:23.09.1
42
+
docker run -d -p 1408:1408 -p 30000:30000 ghcr.io/oracle/coherence-ce:23.09.2
0 commit comments