From e6073052cd18e8bfe494caa1b3e0c29fa1594a99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 9 Jan 2025 07:30:19 +0000 Subject: [PATCH] Add docs from https://github.com/gofiber/storage/commit/d2af2eb --- docs/storage/coherence/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/storage/coherence/README.md b/docs/storage/coherence/README.md index f4d12aaeb7c..14f7c264343 100644 --- a/docs/storage/coherence/README.md +++ b/docs/storage/coherence/README.md @@ -1,5 +1,5 @@ # Coherence - + 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/v2@v2.0.0/coherence#hdr-Obtaining_a_Session) on connection options when creating a Coherence session. ### Examples