Skip to content

Commit

Permalink
Merge pull request #948 from tmiddlet2666/coherence
Browse files Browse the repository at this point in the history
Correct module name in coherence store, minor README update
  • Loading branch information
ReneWerner87 authored Aug 23, 2023
2 parents bbbf496 + 4c1b8b2 commit 1276f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coherence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion coherence/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module coherence
module github.com/gofiber/storage/coherence

go 1.19

Expand Down

0 comments on commit 1276f80

Please sign in to comment.