LabVIEW Real-Time Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
TiTou

Make Redis available via opkg

Status: New

Redis is a very useful tool, I've been trying to compile onr from the source code but haven't succeeded so far.. I'm sure doable.

Being able to host a small in-memory database on a cRIO would be so much better and easy and faster and more flexible than using shared variable or TCP communication.


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

1 Comment
JensG69
Active Participant

Hi,

 

Redis is available on Linux cRIOs.

 

Login into your cRIO via SSH and run these command:

 

opkg update

opkg install redis

 

change the config, if necessary, e.g. by

vi /etc/redis/redis.conf

 

reboot

 

Regards,

Jens

 

 

Kudos are welcome...