Not able to connect to MemoryStore Redis C#
I am attempting to use the new GCP MemoryStore Redis feature, however, i am unable to find a way to connect to it via StackExchange or something similar. It seems the sdk is meant to manage the instance itself, not for performing Redis based actions.
Does anyone have any insight?
google-cloud-memorystore
add a comment |
I am attempting to use the new GCP MemoryStore Redis feature, however, i am unable to find a way to connect to it via StackExchange or something similar. It seems the sdk is meant to manage the instance itself, not for performing Redis based actions.
Does anyone have any insight?
google-cloud-memorystore
Although connecting from C# via StackExchange client is not documented here (cloud.google.com/memorystore/docs/redis/…), I believe you should be able to use configuration similar to this (stackexchange.github.io/StackExchange.Redis/…). Also remember redis instance and the app/instance/cluster have to be in the same region and network for them to communicate. ". Can you please tell us which step is failing for you?
– ankitk
May 14 '18 at 15:48
The application lives outside of GCP. I am trying to use it like you would any other redis instance.
– MTS57017
May 15 '18 at 9:44
This questions explains it better: stackoverflow.com/questions/50281492/…, where they say a VPN connection might be required to do what you are trying.
– ankitk
May 15 '18 at 17:14
add a comment |
I am attempting to use the new GCP MemoryStore Redis feature, however, i am unable to find a way to connect to it via StackExchange or something similar. It seems the sdk is meant to manage the instance itself, not for performing Redis based actions.
Does anyone have any insight?
google-cloud-memorystore
I am attempting to use the new GCP MemoryStore Redis feature, however, i am unable to find a way to connect to it via StackExchange or something similar. It seems the sdk is meant to manage the instance itself, not for performing Redis based actions.
Does anyone have any insight?
google-cloud-memorystore
google-cloud-memorystore
asked May 11 '18 at 10:57
MTS57017MTS57017
1515
1515
Although connecting from C# via StackExchange client is not documented here (cloud.google.com/memorystore/docs/redis/…), I believe you should be able to use configuration similar to this (stackexchange.github.io/StackExchange.Redis/…). Also remember redis instance and the app/instance/cluster have to be in the same region and network for them to communicate. ". Can you please tell us which step is failing for you?
– ankitk
May 14 '18 at 15:48
The application lives outside of GCP. I am trying to use it like you would any other redis instance.
– MTS57017
May 15 '18 at 9:44
This questions explains it better: stackoverflow.com/questions/50281492/…, where they say a VPN connection might be required to do what you are trying.
– ankitk
May 15 '18 at 17:14
add a comment |
Although connecting from C# via StackExchange client is not documented here (cloud.google.com/memorystore/docs/redis/…), I believe you should be able to use configuration similar to this (stackexchange.github.io/StackExchange.Redis/…). Also remember redis instance and the app/instance/cluster have to be in the same region and network for them to communicate. ". Can you please tell us which step is failing for you?
– ankitk
May 14 '18 at 15:48
The application lives outside of GCP. I am trying to use it like you would any other redis instance.
– MTS57017
May 15 '18 at 9:44
This questions explains it better: stackoverflow.com/questions/50281492/…, where they say a VPN connection might be required to do what you are trying.
– ankitk
May 15 '18 at 17:14
Although connecting from C# via StackExchange client is not documented here (cloud.google.com/memorystore/docs/redis/…), I believe you should be able to use configuration similar to this (stackexchange.github.io/StackExchange.Redis/…). Also remember redis instance and the app/instance/cluster have to be in the same region and network for them to communicate. ". Can you please tell us which step is failing for you?
– ankitk
May 14 '18 at 15:48
Although connecting from C# via StackExchange client is not documented here (cloud.google.com/memorystore/docs/redis/…), I believe you should be able to use configuration similar to this (stackexchange.github.io/StackExchange.Redis/…). Also remember redis instance and the app/instance/cluster have to be in the same region and network for them to communicate. ". Can you please tell us which step is failing for you?
– ankitk
May 14 '18 at 15:48
The application lives outside of GCP. I am trying to use it like you would any other redis instance.
– MTS57017
May 15 '18 at 9:44
The application lives outside of GCP. I am trying to use it like you would any other redis instance.
– MTS57017
May 15 '18 at 9:44
This questions explains it better: stackoverflow.com/questions/50281492/…, where they say a VPN connection might be required to do what you are trying.
– ankitk
May 15 '18 at 17:14
This questions explains it better: stackoverflow.com/questions/50281492/…, where they say a VPN connection might be required to do what you are trying.
– ankitk
May 15 '18 at 17:14
add a comment |
1 Answer
1
active
oldest
votes
As far as MemoryStore goes, this is not possible, externally. GCP has a hosted version of Redis, which i ended up using, and works great.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f50290785%2fnot-able-to-connect-to-memorystore-redis-c-sharp%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
As far as MemoryStore goes, this is not possible, externally. GCP has a hosted version of Redis, which i ended up using, and works great.
add a comment |
As far as MemoryStore goes, this is not possible, externally. GCP has a hosted version of Redis, which i ended up using, and works great.
add a comment |
As far as MemoryStore goes, this is not possible, externally. GCP has a hosted version of Redis, which i ended up using, and works great.
As far as MemoryStore goes, this is not possible, externally. GCP has a hosted version of Redis, which i ended up using, and works great.
answered Nov 14 '18 at 20:06
MTS57017MTS57017
1515
1515
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f50290785%2fnot-able-to-connect-to-memorystore-redis-c-sharp%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Although connecting from C# via StackExchange client is not documented here (cloud.google.com/memorystore/docs/redis/…), I believe you should be able to use configuration similar to this (stackexchange.github.io/StackExchange.Redis/…). Also remember redis instance and the app/instance/cluster have to be in the same region and network for them to communicate. ". Can you please tell us which step is failing for you?
– ankitk
May 14 '18 at 15:48
The application lives outside of GCP. I am trying to use it like you would any other redis instance.
– MTS57017
May 15 '18 at 9:44
This questions explains it better: stackoverflow.com/questions/50281492/…, where they say a VPN connection might be required to do what you are trying.
– ankitk
May 15 '18 at 17:14