5.bindings connect to redis
See original GitHub issueExpected Behavior
node app connect kafka and do not connect redis
Actual Behavior
just connect to redis and get error:
== DAPR == 2019/10/26 16:28:36 redis: connection to localhost:6379 failed: redispipe.connection.could_not_connect: {address: localhost:6379}, cause: dial tcp [::1]:6379: connect: connection refused
Steps to Reproduce the Problem
Follow document execution https://github.com/dapr/samples/tree/master/5.bindings
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
How to Connect to Redis and Use The Redis Database - Linode
To connect to your Redis server remotely, you first need to open the appropriate port in your firewall and bind Redis to an...
Read more >Redis binding spec
To setup Redis binding create a component of type bindings.redis . See this guide on how to create and apply a binding configuration....
Read more >What does the bind parameter do in Redis?
It binds the redis instance to specific interface (and hence specific ip address). Basically your redis server will only listen to connections ......
Read more >Get started with Redis
How to get up and running with Redis. This is a guide to getting started with Redis. You'll learn how to install, run,...
Read more >redis: bindings for Redis
This package provides up-to-date bindings to the Redis database that are idiomatic and fast. Every exposed function has a contract (some are even...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I jus delete flush=True and it’s working !
@abhirockzz Thank you,I solved this problem now.
But,new problem.
Some wrong happen when i run
dapr run --app-id bindings-pythonapp python app.py
my python version: Python 2.7.5 (default, Oct 30 2018, 23:45:53)
It would be great if I could solve this problem.