Page 1 of 1

connect to MemCache server via REST?

Posted: Sun Dec 08, 2013 1:40 pm
by Ram

Dear Appery,

is it possible to connect to a MemCache server via REST call?

EDIT:
I also trying (and preferring) to connect using REST to my RedisToGo server, i know they support REST API but i just cant connect to it :(

TIA!!
Best,
R.


connect to MemCache server via REST?

Posted: Sun Dec 08, 2013 5:16 pm
by maxkatz

Sure, you should be able to connect to any REST API.

If you post a curl command to connect to the service, we will help you set it up in Appery.io app


connect to MemCache server via REST?

Posted: Sun Dec 08, 2013 5:42 pm
by Ram

Thx Max! post few tests i'm thinking of using your MongoDB instead, the only question is how do i insert/delete records from Appery DB from my webserver (outside Appery)?


connect to MemCache server via REST?

Posted: Sun Dec 08, 2013 7:17 pm
by maxkatz

You can use any language of your choice, the API is here: http://docs.appery.io/documentation/b...


connect to MemCache server via REST?

Posted: Mon Dec 09, 2013 9:46 am
by Ram

Cool , thx max!