Skip to content

Commit

Permalink
chore: edit description of sessions module (#475)
Browse files Browse the repository at this point in the history
* feat(309772): fix formatting

* feat(309772): edit description

---------

Co-authored-by: Kirill Grigorev <[email protected]>
  • Loading branch information
kgrigorev and kgrigorev authored Feb 6, 2025
1 parent caa5d91 commit fe338e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion framework/flamingo/ReadmeSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Stores the sessions in the directory specified by the `flamingo.session.file` pa
The files will be persisted across application restarts.

##### redis
Stores the session in an external instance of [redis](https://redis.io/).
Stores the session in an external instance of Redis-compatible cache ([Redis](https://redis.io/), [Valkey](https://valkey.io)).
Use the following parameters to configure the connection to redis.

```yaml
Expand Down
3 changes: 2 additions & 1 deletion framework/flamingo/healthcheck/redisSession.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ package healthcheck
import (
"context"

"flamingo.me/flamingo/v3/core/healthcheck/domain/healthcheck"
"github.com/redis/go-redis/v9"

"flamingo.me/flamingo/v3/core/healthcheck/domain/healthcheck"
)

// RedisSession status check
Expand Down

0 comments on commit fe338e8

Please sign in to comment.