-
Notifications
You must be signed in to change notification settings - Fork 251
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
Comments
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>
This was referenced Apr 6, 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 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>
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
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.
The text was updated successfully, but these errors were encountered: