How Aximmetry connects to the Redis database

 

Does Aximmetry have a module to connect to the Redis database? Or is there a way to get Aximmetry to connect to a local Redis database? If I use a Lua script to connect, how do I install the libraries needed to connect Redis for the local Lua plugin of Aximmetry?

   zjf0001

 
Profile Image
Eifert@Aximmetry
  -  

Hi,

You should consider transmitting/syncing data to MySQL instead of implementing Redis in Aximmetry.
You can connect MySQL and Microsoft SQL databases with the SQL Database module. There is an example compound of this in the tutorials package: [Tutorials]:Lower Thirds\Crawl_SQL_Vertical_Subtext.xcomp
There is also documentation of SQL here: https://aximmetry.com/learn/virtual-production-workflow/preparation-of-the-production-environment-phase-i/scripting-in-aximmetry/flow-editor/collection-for-databases/#sql 

To import libraries in Aximmetry Lua, first copy the library to [..]\Aximmetry\resources\plugin\lua
After that, it should work just fine when for example doing:
local myVar = require ("RedisLibraryPackage")

Warmest regards,