Discussion:
Web app connect to redis db
Chris Musty
2017-09-29 08:04:29 UTC
Permalink
Hi all,

I was wondering if anyone has tried to connect directly to redis from a web
app. I can use redis-cli but not my preferred option as it's clunky.
Alternatively is there anyone who would be willing to develop a plugin for
xojo (specifically Web). I have also considered connecting to someone on
one of those "hire a freelancer" websites and redis dev themselves but
thought I would check here first. Happy to pay and make it open source if
necessary if that appeals more to someone. Any recommendations welcomed.

Thanks

Chris



To unsubscribe, email ***@xojo.com
Trausti Thor Johannsson
2017-09-29 08:08:15 UTC
Permalink
You can just use GET and POST, easy to figure out.
Here is something to get you going :

https://stackoverflow.com/questions/33243121/abuse-curl-to-communicate-with-redis

Of course there is a speed penalty with the HTTP protocol but it works very well.


Trausti

Sent from Mail for Windows 10

From: Chris Musty
Sent: Friday, September 29, 2017 10:05
To: Nug
Subject: Web app connect to redis db

Hi all, 

I was wondering if anyone has tried to connect directly to redis from a web app. I can use redis-cli but not my preferred option as it's clunky. Alternatively is there anyone who would be willing to develop a plugin for xojo (specifically Web). I have also considered connecting to someone on one of those "hire a freelancer" websites and redis dev themselves but thought I would check here first. Happy to pay and make it open source if necessary if that appeals more to someone. Any recommendations welcomed. 

Thanks

Chris 

To unsubscribe, email us here.




To unsubscribe, email ***@xojo.com

Loading...