mirror of
https://github.com/gofiber/storage.git
synced 2025-12-18 16:28:22 +08:00
Merge pull request #948 from tmiddlet2666/coherence
Correct module name in coherence store, minor README update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module coherence
|
||||
module github.com/gofiber/storage/coherence
|
||||
|
||||
go 1.19
|
||||
|
||||
|
||||
Reference in New Issue
Block a user