-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add docs from gofiber/storage@d2af2eb
- Loading branch information
1 parent
717a39f
commit e607305
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Coherence | ||
<!-- Copyright © 2023, Oracle and/or its affiliates. --> | ||
<!-- Copyright © 2023, 2025 Oracle and/or its affiliates. --> | ||
A Coherence storage driver using [https://github.com/oracle/coherence-go-client](https://github.com/oracle/coherence-go-client). | ||
|
||
### Table of Contents | ||
|
@@ -35,10 +35,10 @@ necessary for the client to operate correctly. | |
To start a Coherence cluster using Docker, issue the following: | ||
|
||
```bash | ||
docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:22.06.7 | ||
docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:24.09 | ||
``` | ||
|
||
See the documentation [here](https://pkg.go.dev/github.com/oracle/coherence-go-client/coherence#hdr-Obtaining_a_Session) on connection options | ||
See the documentation [here](https://pkg.go.dev/github.com/oracle/coherence-go-client/[email protected]/coherence#hdr-Obtaining_a_Session) on connection options | ||
when creating a Coherence session. | ||
|
||
### Examples | ||
|