livecode redis

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

Post Reply
keliko
Posts: 94
Joined: Thu Aug 01, 2019 8:15 am

livecode redis

Post by keliko » Sun Aug 30, 2020 8:47 am

redis for livecode server will be very helpful. Hopefully this will happen soon.

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10094
Joined: Fri Feb 19, 2010 10:17 am

Re: livecode redis

Post by richmond62 » Sun Aug 30, 2020 9:04 am

That's a wonderful message because it gives no idea whatsoever what "redis" might be.

If you mean this:

https://redis.io/
-
Screenshot 2020-08-30 at 11.01.46.png
Screenshot 2020-08-30 at 11.01.46.png (5.27 KiB) Viewed 4009 times
-
it is scriptable in LUA

which would be a bit odd if it were somehow "folded into" LiveCode.

An explanation of what exactly you mean, rather than you
slightly off-handed on-liner, would be really interesting.

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10094
Joined: Fri Feb 19, 2010 10:17 am

Re: livecode redis

Post by richmond62 » Sun Aug 30, 2020 9:13 am

Lua:

https://www.lua.org/about.html

has a web-page full of dogmatic statements that make me feel a bit uneasy:

"Lua is currently the leading scripting language in games."

This has a link to a web-page from 2009:

http://www.satori.org/2009/03/the-engin ... l-results/

Which doesn't seem to have much to do with Lua.

"Lua is portable": although the platforms it mentions are only UNIX and Windows
and portable systems (Android, iOS, BREW, Symbian, Windows Phone).

So: No Macintosh and no Linux: not such a good start.

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10044
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: livecode redis

Post by FourthWorld » Sun Aug 30, 2020 10:42 am

Can you describe what you're envisioning in more detail?

Redis has a rich collection of APIs. Perhaps a mix of their CLI and HTTP interfaces might get you started with what you need immediately.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply