單項(xiàng)選擇題當(dāng)redis采用aof方式進(jìn)行持久化時(shí),如果aof文件被破壞,可以使用以下哪個(gè)程序進(jìn)行檢測(cè)并恢復(fù)?()

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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.單項(xiàng)選擇題MongoDB中,如何刪除名為stus的集合?()

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