Exemplo n.º 1
0
 def test_zcard(self):
     '''
     Test to get the length of a sorted set in Redis
     '''
     self.assertEqual(redismod.zcard('key'), 'A')
Exemplo n.º 2
0
 def test_zcard(self):
     '''
     Test to get the length of a sorted set in Redis
     '''
     self.assertEqual(redismod.zcard('key'), 'A')
Exemplo n.º 3
0
 def test_zcard(self):
     """
     Test to get the length of a sorted set in Redis
     """
     self.assertEqual(redismod.zcard("key"), "A")