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

Add InstanceName to RedisUserSessionStore #130

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

MrSmoke
Copy link
Member

@MrSmoke MrSmoke commented Jan 12, 2024

  • Added InstanceName to RedisUserSessionCacheOptions
    • This adds a key prefix to avoid collisions when multiple applications share the same redis

@@ -52,30 +39,43 @@ public async Task Can_Add_UserSession_To_Redis()

[SkippableFact]
[SkipOnCI(SkipCiReason)]
public async Task Can_Update_UserSession_To_Same_key()
public async Task AddAsync_InstanceName()
Copy link
Contributor

Choose a reason for hiding this comment

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

Did you mean to change this? It's inconsistent with the other test names now.

@MrSmoke MrSmoke merged commit d800eca into master Jan 19, 2024
4 checks passed
@MrSmoke MrSmoke deleted the RedisUserSessionStore-InstanceName branch January 19, 2024 02:10
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.

2 participants