Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

Code Block
#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.