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

redis: Fix List call to strip table prefix from result #110

Merged
merged 1 commit into from
May 10, 2023

Conversation

rhafer
Copy link
Contributor

@rhafer rhafer commented May 10, 2023

The plugin stores the keys prefixed with the "Table" name in Redis. We should remove that prefix from the keys returned by "List()".

Partial-Fix: #57

The plugin stores the keys prefixed with the "Table" name in Redis. We
should remove that prefix from the keys returned by "List()".

Partial-Fix: micro#57
rhafer added a commit to rhafer/ocis that referenced this pull request May 10, 2023
rhafer added a commit to rhafer/reva that referenced this pull request May 10, 2023
This bumps the go-micro/v4/store/redis fork to include these fixes:
micro/plugins#109
micro/plugins#110

And removes the workaround of stripping the table prefixes in our
code.
rhafer added a commit to rhafer/reva that referenced this pull request May 10, 2023
This bumps the go-micro/v4/store/redis fork to include these fixes:
micro/plugins#109
micro/plugins#110

And removes the workaround of stripping the table prefixes in our
code.
rhafer added a commit to rhafer/reva that referenced this pull request May 10, 2023
This bumps the go-micro/v4/store/redis fork to include these fixes:
micro/plugins#109
micro/plugins#110

And removes the workaround of stripping the table prefixes in our
code.
@asim asim merged commit 07cd57e into micro:main May 10, 2023
rhafer added a commit to rhafer/reva that referenced this pull request May 12, 2023
This bumps the go-micro/v4/store/redis fork to include these fixes:
micro/plugins#109
micro/plugins#110

And removes the workaround of stripping the table prefixes in our
code.
rhafer added a commit to rhafer/reva that referenced this pull request May 12, 2023
This bumps the go-micro/v4/store/redis to latest commit from the main
branch to include these fixes:
micro/plugins#109
micro/plugins#110

It also removes the workaround of stripping the table prefixes in our
code.
rhafer added a commit to rhafer/ocis that referenced this pull request May 12, 2023
rhafer added a commit to cs3org/reva that referenced this pull request May 12, 2023
This bumps the go-micro/v4/store/redis to latest commit from the main
branch to include these fixes:
micro/plugins#109
micro/plugins#110

It also removes the workaround of stripping the table prefixes in our
code.
rhafer added a commit to owncloud/ocis that referenced this pull request May 12, 2023
ownclouders pushed a commit to owncloud/ocis that referenced this pull request May 12, 2023
2403905 pushed a commit to 2403905/reva that referenced this pull request May 19, 2023
This bumps the go-micro/v4/store/redis to latest commit from the main
branch to include these fixes:
micro/plugins#109
micro/plugins#110

It also removes the workaround of stripping the table prefixes in our
code.
fschade pushed a commit to owncloud/ocis that referenced this pull request Jul 10, 2023
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.

[BUG] Issues with store plugin redis
2 participants