Skip to content

Commit db5c065

Browse files
vuhpjxblum
authored andcommitted
Change reference from Redis in redis.adoc to Spring Data Redis.
Closes #2590
1 parent e9fc2ea commit db5c065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/reference/redis.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ public void useCallback() {
527527

528528
From the framework perspective, the data stored in Redis is only bytes. While Redis itself supports various types, for the most part, these refer to the way the data is stored rather than what it represents. It is up to the user to decide whether the information gets translated into strings or any other objects.
529529

530-
In Spring Data, the conversion between the user (custom) types and raw data (and vice-versa) is handled Redis in the `org.springframework.data.redis.serializer` package.
530+
In Spring Data, the conversion between the user (custom) types and raw data (and vice-versa) is handled by Spring Data Redis in the `org.springframework.data.redis.serializer` package.
531531

532532
This package contains two types of serializers that, as the name implies, take care of the serialization process:
533533

0 commit comments

Comments
 (0)