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

feat: Add prefix functionality for redis presistance #1122

Merged
merged 3 commits into from
Jul 9, 2024

Conversation

yaraslau-kavaliou
Copy link
Contributor

@yaraslau-kavaliou yaraslau-kavaliou commented Jun 16, 2024

Ticket - https://oat-sa.atlassian.net/browse/REL-1637
Connected to - https://github.com/oat-sa/extension-tao-deliver-connect/pull/215

Prefix support has been added to the redis driver

@yaraslau-kavaliou yaraslau-kavaliou force-pushed the feat/REL-1637/redis-prefix branch 2 times, most recently from 6143c3e to c6771fc Compare June 16, 2024 23:13
@yaraslau-kavaliou yaraslau-kavaliou force-pushed the feat/REL-1637/redis-prefix branch 3 times, most recently from 88b2afc to 580d49d Compare June 28, 2024 08:20
@yaraslau-kavaliou yaraslau-kavaliou force-pushed the feat/REL-1637/redis-prefix branch from 580d49d to 1efb456 Compare June 28, 2024 08:44
@yaraslau-kavaliou yaraslau-kavaliou marked this pull request as ready for review June 28, 2024 08:47
Copy link
Contributor

@augustas augustas left a comment

Choose a reason for hiding this comment

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

Works well for me. I would rather see the default prefix separator to be a single colon :, since the default redis browser that we use expects it, and it is kind of used in our other applications like that.

  • New code is covered by tests (if applicable)
  • Tests are running successfully (old and new ones) on my local machine (if applicable)
  • New code is respecting code style rules
  • New code is respecting best practices
  • New code is not subject to concurrency issues (if applicable)
  • Feature is working correctly on my local machine (if applicable)
  • Acceptance criteria are respected
  • Pull request title and description are meaningful
  • Changelog is updated according to changes (if applicable)
  • Documentation is updated according to changes (if applicable)

@yaraslau-kavaliou yaraslau-kavaliou force-pushed the feat/REL-1637/redis-prefix branch from 2fc249e to ed870cd Compare July 8, 2024 18:42
Copy link

github-actions bot commented Jul 8, 2024

Version

Target Version 15.37.0
Last version 15.36.5

There are 0 BREAKING CHANGE, 2 features, 1 fix

@yaraslau-kavaliou yaraslau-kavaliou merged commit c516ab4 into develop Jul 9, 2024
5 checks passed
@yaraslau-kavaliou yaraslau-kavaliou deleted the feat/REL-1637/redis-prefix branch July 9, 2024 07:55
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