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

Allow redis options in session storage#430

Merged
paulomarg merged 1 commit intomainfrom
add_redis_client_options
Jul 25, 2022
Merged

Allow redis options in session storage#430
paulomarg merged 1 commit intomainfrom
add_redis_client_options

Conversation

@paulomarg
Copy link
Copy Markdown
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 force-pushed the add_redis_client_options branch from 99eae3c to 26c8a22 Compare July 22, 2022 13:41
@paulomarg paulomarg force-pushed the add_redis_client_options branch from 26c8a22 to 7ea3f39 Compare July 22, 2022 13:51
@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