how to add redis client to connect with redis server? #2523
Replies: 3 comments 5 replies
-
Actly, this is a web framework. I think it can't connect redis server. Only when http/websocket is provited. |
Beta Was this translation helpful? Give feedback.
-
You do it similar to how you would with any other web framework: not directly. Redis is supposed to be used on server side. If you need client side database for caching/etc, have a look at indexed DB |
Beta Was this translation helpful? Give feedback.
-
how can we directly connect to redis server as a client? is there a redis client with yew or i can convert something to yew redis client? |
Beta Was this translation helpful? Give feedback.
-
how to add redis client to connect with redis server?
Beta Was this translation helpful? Give feedback.
All reactions