Redis is a key value store. This feature can be used to access keys in this key value store. It is a specialĀ Key Value Store Feature.

#CREATE_KV_STORE test2 redis (host=192.168.1.51) (port=6379)

The store must be accessable by Odysseus.

Remark: As redis has no user management the user has to assure, that no other instance writes to this store. Using different names with the same redis parameter will access the same redis server.