Table of Contents

RedisDB

Runs on objectrec01

The following databases are defined:

The databases are used as

session doc

redis key pattern: “feedid#sessionid”

contents: msgpack python dictionary

  {
    "abtest":
    {
      "testid1": "A",
      "testid2": "B",
      ...
    },
    ...
  }

A/B config docs

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