示例#1
0
 def test_bgrewriteaof(self):
     '''
     Test to asynchronously rewrite the append-only file
     '''
     self.assertEqual(redismod.bgrewriteaof(), 'A')
示例#2
0
 def test_bgrewriteaof(self):
     '''
     Test to asynchronously rewrite the append-only file
     '''
     self.assertEqual(redismod.bgrewriteaof(), 'A')
 def test_bgrewriteaof(self):
     """
     Test to asynchronously rewrite the append-only file
     """
     self.assertEqual(redismod.bgrewriteaof(), "A")