Exemple #1
0
 def test_bgsave(self):
     '''
     Test to asynchronously save the dataset to disk
     '''
     self.assertEqual(redismod.bgsave(), 'A')
Exemple #2
0
 def test_bgsave(self):
     '''
     Test to asynchronously save the dataset to disk
     '''
     self.assertEqual(redismod.bgsave(), 'A')
 def test_bgsave(self):
     """
     Test to asynchronously save the dataset to disk
     """
     self.assertEqual(redismod.bgsave(), "A")