Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IS-3066: Use valkey-cache #578

Merged
merged 1 commit into from
Feb 10, 2025
Merged

IS-3066: Use valkey-cache #578

merged 1 commit into from
Feb 10, 2025

Conversation

geir-waagboe
Copy link
Collaborator

Bytter til Valkey cache på Aiven

@geir-waagboe geir-waagboe requested a review from a team as a code owner February 6, 2025 08:58
private val redisConfig = environment.redisConfig
val redisCache = RedisStore(
private val redisConfig = environment.valkeyConfig
val redisCache = ValkeyStore(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cache eller valkeyStore?

Suggested change
val redisCache = ValkeyStore(
val cache = ValkeyStore(

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vi bruker faktisk en test-redis her (embedded-redis), så tenker det er greit at det fortsatt er reflektert i navnet..

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aha 💡

.build()
)
)
val redisServer = testRedis(environment)
val redisServer = testValkey(environment)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cacheServer eller bare valkeyServer? 😊

Suggested change
val redisServer = testValkey(environment)
val cacheServer = testValkey(environment)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vi bruker faktisk en test-redis her (embedded-redis), så tenker det er greit at det fortsatt er reflektert i navnet..

@geir-waagboe geir-waagboe merged commit 776e93e into master Feb 10, 2025
4 checks passed
@geir-waagboe geir-waagboe deleted the valkey branch February 10, 2025 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants