Runs on objectrec01
The following databases are defined:
The databases are used as
redis key pattern: “feedid#sessionid”
contents: msgpack python dictionary
{ "abtest": { "testid1": "A", "testid2": "B", ... }, ... }
redis key pattern: “abtest#feedid#testid”
contents: float (stored as string) indicating the probability of choosing “A”
Remark: This document should only exist while the test is active