Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/redis-dev-services.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ and pull requests should be submitted there:
https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
////
= Dev Services for Redis
:extension-status: preview
:extension-status: stable
include::_attributes.adoc[]
:categories: data
:summary: Start Redis automatically in dev and test modes.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/redis-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ and pull requests should be submitted there:
https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
////
= Redis Extension Reference Guide
:extension-status: preview
:extension-status: stable
include::_attributes.adoc[]
:numbered:
:sectnums:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/redis.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ and pull requests should be submitted there:
https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
////
= Using the Redis Client
:extension-status: preview
:extension-status: stable
include::_attributes.adoc[]
:categories: data
:topics: data,redis,nosql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ metadata:
categories:
- "data"
- "reactive"
status: "preview"
status: "stable"
config:
- "quarkus.redis."
Loading