Skip to content

Commit

Permalink
Fixes #212 - Document default UK, UV types for Redis implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Apr 25, 2024
1 parent c275fe2 commit e270508
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ uses Lettuce you should be aware of this. Note the version of the Lettuce
dependency that this implementation use can be found in the pom.xml file of
this module.

## What are the underlying types used?

The Redis implementation uses String for the underlying key and byte[] for the
underlying value type.

## Factory properties

If you want to create the RedisKeyValueStore using the KeyValueStoreFactory use the following
Expand Down

0 comments on commit e270508

Please sign in to comment.