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

Implement host support for connecting to a Redis database #181

Closed
radu-matei opened this issue Mar 18, 2022 · 0 comments
Closed

Implement host support for connecting to a Redis database #181

radu-matei opened this issue Mar 18, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@radu-matei
Copy link
Member

radu-matei commented Mar 18, 2022

With #155, we have support for triggering components for new messages on a queue of a given Redis instance.

It would be great if we had explicit support for connecting to a Redis instance (for both accessing the key/value store and writing on the queue).

Because the Redis protocol isn't implemented over HTTP, this would have to be a host implementation rather than another component.

Note that this would be separate from the generic host implementations (for a key/value store) we are evaluating for Spin.

@radu-matei radu-matei added the enhancement New feature or request label Mar 18, 2022
@fibonacci1729 fibonacci1729 self-assigned this Mar 18, 2022
fibonacci1729 added a commit to fibonacci1729/spin that referenced this issue Apr 6, 2022
ref fermyon#181

Signed-off-by: Brian Hardock <brian.hardock@fermyon.com>
fibonacci1729 added a commit to fibonacci1729/spin that referenced this issue Apr 6, 2022
ref fermyon#181

Signed-off-by: Brian Hardock <brian.hardock@fermyon.com>
fibonacci1729 added a commit to fibonacci1729/spin that referenced this issue Apr 12, 2022
ref fermyon#181

Signed-off-by: Brian Hardock <brian.hardock@fermyon.com>
fibonacci1729 added a commit to fibonacci1729/spin that referenced this issue Apr 12, 2022
ref fermyon#181

Signed-off-by: Brian Hardock <brian.hardock@fermyon.com>
fibonacci1729 added a commit to fibonacci1729/spin that referenced this issue Apr 12, 2022
ref fermyon#181

Signed-off-by: Brian Hardock <brian.hardock@fermyon.com>
fibonacci1729 added a commit to fibonacci1729/spin that referenced this issue Apr 13, 2022
ref fermyon#181

Signed-off-by: Brian Hardock <brian.hardock@fermyon.com>
fibonacci1729 added a commit to fibonacci1729/spin that referenced this issue Apr 13, 2022
ref fermyon#181

Signed-off-by: Brian Hardock <brian.hardock@fermyon.com>
@radu-matei radu-matei added this to the v0.2.0 milestone Apr 13, 2022
michelleN pushed a commit to michelleN/spin that referenced this issue Jan 24, 2023
ref fermyon#181

Signed-off-by: Brian Hardock <brian.hardock@fermyon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants