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

Using with memcached redis protocol times out #299

Open
sedhha opened this issue Mar 1, 2022 · 0 comments
Open

Using with memcached redis protocol times out #299

sedhha opened this issue Mar 1, 2022 · 0 comments

Comments

@sedhha
Copy link

sedhha commented Mar 1, 2022

I am trying to setup a redis client. Here's how my cloud configuration looks like:

image

I am using the SAML password to make the connection as shown below:
image

I am using the following code to make a connection which doesn't give any error:

scala> val client = new RedisClient(host="HOST ADDRESS",port=PORTNUMBER,database=0,secret=Option("SecretKey"))

which is working fine but when I try to make a get item request as shown below:

client.get("Something")

it takes a very long time and then times out can someone help me understand if I need to modify any configurations or something?

@sedhha sedhha changed the title Using with memcached redis protocol Using with memcached redis protocol times out Mar 1, 2022
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

No branches or pull requests

1 participant