Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Allow redis options in session storage #430

Merged
merged 1 commit into from
Jul 25, 2022
Merged

Conversation

paulomarg
Copy link
Contributor

@paulomarg paulomarg commented Jul 22, 2022

WHY are these changes introduced?

Closes #416

We currently don't allow our session storage strategy for Redis to pass any options to the client it creates, which makes it hard to customize it.

WHAT is this pull request doing?

Having our internal options used to create the client extend from the default client options, so that we essentially provide any functionality available to the client itself to apps using the library.

Type of change

  • Patch: Bug (non-breaking change which fixes an issue)

Checklist

  • I have added a changelog entry, prefixed by the type of change noted above
  • I have added/updated tests for this change

@paulomarg paulomarg requested a review from a team as a code owner July 22, 2022 13:40
@paulomarg paulomarg merged commit 16c8e33 into main Jul 25, 2022
@paulomarg paulomarg deleted the add_redis_client_options branch July 25, 2022 14:31
@shopify-shipit shopify-shipit bot temporarily deployed to production July 28, 2022 19:27 Inactive
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a TLS flag in RedisSessionStorage
2 participants