Exemplo n.º 1
0
 def test_exists(self):
     '''
     Test to return true if the key exists in redis
     '''
     self.assertEqual(redismod.exists('key'), 'A')
Exemplo n.º 2
0
 def test_exists(self):
     '''
     Test to return true if the key exists in redis
     '''
     self.assertEqual(redismod.exists('key'), 'A')
Exemplo n.º 3
0
 def test_exists(self):
     """
     Test to return true if the key exists in redis
     """
     self.assertEqual(redismod.exists("key"), "A")