Example #1
0
        public SingleThreadedTests()
        {
            srsly = new RedisJsonSerializer();

            this.items = new RedisSessionStateItemCollection(
                new Dictionary <string, string> {
                { "a", srsly.SerializeOne("x") },
                { "b", srsly.SerializeOne("y") },
                { "c", srsly.SerializeOne("z") }
            },
                "fakeCollection");
        }
 public RedisJsonSerializerTests()
 {
     this.srsly = new RedisJsonSerializer();
 }