Skip to content

Commit 686a8cc

Browse files
committed
docs: removed product-name var
1 parent c8fb9d3 commit 686a8cc

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.adoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77
:project-group: com.redis
88
:project-version: 0.1.2
99
:project-url: https://github.com/{project-owner}/{dist-repo}
10-
:product-name: Redis Cache
1110
:codecov-token: 2cAc3dgZRA
1211
:artifact-id: redis-cache-core
1312
:imagesdir: .github/media
1413

1514
image:https://github.com/{project-owner}/{project-name}/actions/workflows/early-access.yml/badge.svg["Build Status", link="https://github.com/{project-owner}/{project-name}/actions/workflows/early-access.yml"]
1615
image:https://codecov.io/gh/{project-owner}/{project-name}/graph/badge.svg?token={codecov-token}["Coverage", link="https://codecov.io/gh/{project-owner}/{project-name}"]
1716

18-
Redis Cache is a cache abstraction for the Java ecosystem that leverages enterprise Redis features like indexing and query.
17+
{name} is a cache abstraction for the Java ecosystem that leverages enterprise Redis features like indexing and query.
1918
It provides an implementation of Spring Framework's https://docs.spring.io/spring-framework/reference/6.1/integration.html#cache[Cache Abstraction].
2019

2120
== Usage
@@ -44,7 +43,7 @@ dependencies {
4443

4544
=== Setup
4645

47-
To use {product-name} as a backing implementation, add `RedisCacheManager` to your configuration as follows:
46+
To use {name} as a backing implementation, add `RedisCacheManager` to your configuration as follows:
4847

4948
[source,java]
5049
-----
@@ -121,7 +120,7 @@ See the https://github.com/ben-manes/caffeine/wiki[Caffeine Documentation] for m
121120

122121
==== Metrics
123122

124-
{product-name} uses Micrometer to publish metrics.
123+
{name} uses Micrometer to publish metrics.
125124
To enable metrics, set a `MeterRegistry` in your `RedisCacheConfiguration`:
126125

127126
[source,java]
@@ -182,9 +181,9 @@ NOTE: All metrics expose their corresponding cache name as a tag: `name=<cache>`
182181

183182
== Quick Start
184183

185-
To understand how {product-name} works, it's best to try it for yourself.
184+
To understand how {name} works, it's best to try it for yourself.
186185

187-
This example showcases a Spring Boot application using {product-name}.
186+
This example showcases a Spring Boot application using {name}.
188187

189188
First, clone this git repository:
190189

@@ -203,7 +202,7 @@ Set the following environment variable with the token:
203202
export TMDB_TOKEN=<your API read-access token>
204203
----
205204

206-
Finally use Docker Compose to launch containers for Redis and the {product-name} demo app instance:
205+
Finally use Docker Compose to launch containers for Redis and the {name} demo app instance:
207206

208207
[source,console]
209208
----

0 commit comments

Comments
 (0)