Skip to content

Commit

Permalink
Merge pull request #30612 from gsmet/fix-redis-reference-import
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier authored Jan 25, 2023
2 parents 93ec8e6 + fe4fd6e commit 080da4a
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -666,7 +666,7 @@ Specify the _load script_ you want to load using:

[source, properties]
----
quarkus.redis.load-script=import.sql # import.sql is the default in dev, no-file is the default in prod
quarkus.redis.load-script=import.redis # import.redis is the default in dev mode, no-file is the default in production mode
quarkus.redis.my-redis.load-script=actors.redis, movies.redis
----

Expand Down

0 comments on commit 080da4a

Please sign in to comment.