單項選擇題當redis采用aof方式進行持久化時,如果aof文件被破壞,可以使用以下哪個程序進行檢測并恢復?()

A.redis-check-aof.exe
B.redis-aof-check.exe
C.redis-check.exe
D.redis-aof.exe


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題redis windows版本下的配置文件名為()。

A.redis.conf
B.redis.win.conf
C.redis.windows.conf
D.redis-benchmark.conf

4.單項選擇題MongoDB中,可以使用skip+limit實現(xiàn)分頁功能,如果10條/頁,則用于查詢第5頁數(shù)據(jù)的語句為()。

A.db.stus.find().limit(50)
B.db.stus.find().skip(40).limit(10)
C.db.stus.find().skip(10).limit(40)
D.db.stus.find().skip(50)

5.單項選擇題MongoDB中,如何刪除名為stus的集合?()

A.db.stus.drop()
B.db.dropCollection(’stus’)
C.db.stus.remove()
D.db.removeCollection(’stus’)