Merge pull request #948 from tmiddlet2666/coherence

Correct module name in coherence store, minor README update
This commit is contained in:
RW
2023-08-23 08:10:19 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ 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/coherencestore-ce:22.06.5
docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:22.06.5
```
See the documentation [here](https://pkg.go.dev/github.com/oracle/coherence-go-client/coherence#hdr-Obtaining_a_Session) on connection options

View File

@@ -1,4 +1,4 @@
module coherence
module github.com/gofiber/storage/coherence
go 1.19