91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

redis學習8---持久化相關測試AOF方式

發布時間:2020-03-02 17:33:14 來源:網絡 閱讀:297 作者:斷臂人 欄目:關系型數據庫

1、shutdown服務或者殺掉進程測試數據是否丟失


關閉RDB持久化,啟動AOF持久化,重啟redis服務。


設置值

127.0.0.1:6379> mset k1 v1 k2 v2

OK

127.0.0.1:6379> keys *

1) "k2"

2) "k1"

127.0.0.1:6379> get k1?

"v1"

127.0.0.1:6379> get k2

"v2"


shutdown服務

127.0.0.1:6379> shutdown


啟動redis服務


查看數據還在

redis-cli -a Redis2019!

Warning: Using a password with '-a' option on the command line interface may not be safe.

127.0.0.1:6379> keys *

1) "k2"

2) "k1"


殺掉redis進程,啟動redis服務


查看值還在

redis-cli -a Redis2019!

Warning: Using a password with '-a' option on the command line interface may not be safe.

127.0.0.1:6379> keys *

1) "k2"

2) "k1"


2、測試服務異常導致appendonly.aof 文件亂碼

AOF持久化是把操作都寫進了文件appendonly.aof?


查看文件

cat appendonly.aof?

*2

$6

SELECT

$1

0

*5

$4

mset

$2

k1

$2

v1

$2

k2

$2

v2


編輯文件,填寫內容代替文件錯亂

vi appendonly.aof?

sfsbdd

1213fns

*2

$6

SELECT

$1

0

*5

$4

mset

$2

k1

$2

v1

$2

k2

$2

v2

dshfs

sdfksh5&


khdfjsj%$$


oguduog7&*


重啟redis服務,訪問redis發現失敗

redis-cli -a Redis2019!

Warning: Using a password with '-a' option on the command line interface may not be safe.

Could not connect to Redis at 127.0.0.1:6379: Connection refused

Could not connect to Redis at 127.0.0.1:6379: Connection refused


使用fix命令修復文件

[root@master1 data]# redis-check-aof --fix appendonly.aof?

0x? ? ? ? ? ? ? 45: Expected prefix '*', got: 'd'

AOF analyzed: size=114, ok_up_to=69, diff=45

This will shrink the AOF from 114 bytes, with 45 bytes, to 69 bytes

Continue? [y/N]: y

Successfully truncated AOF


查看文件發現已經修復

cat appendonly.aof?

*2

$6

SELECT

$1

0

*5

$4

mset

$2

k1

$2

v1

$2

k2

$2

v2


啟動redis服務,訪問redis查看數據沒有問題

redis-cli -a Redis2019!

Warning: Using a password with '-a' option on the command line interface may not be safe.

127.0.0.1:6379> keys *

1) "k1"

2) "k2"

127.0.0.1:6379> del k1?

(integer) 1

127.0.0.1:6379> del k2

(integer) 1

127.0.0.1:6379> mset k5 v5 k6 v6

OK

127.0.0.1:6379> keys *

1) "k5"

2) "k6"


編輯redis.conf,打開RDB持久化


重啟redis服務,訪問redis,發現數據還是只有AOF持久化的數據,并沒有之前RDB持久化的數據,正好證明了同時打開兩種持久化配置的情況下會首先使用AOF持久化的數據。

redis-cli -a Redis2019!?

Warning: Using a password with '-a' option on the command line interface may not be safe.

127.0.0.1:6379> keys *

1) "k6"

2) "k5"


3、刪除所有數據,利用AOF的特點進行修復


刪除數據,停止服務

127.0.0.1:6379> flushall

OK

127.0.0.1:6379> shutdown


編輯文件

vi data/appendonly.aof?


*2

$6

SELECT

$1

0

*5

$4

mset

$2

k1

$2

v1

$2

k2

$2

v2

*2

$6

SELECT


......


SELECT

$1

0

*1

$8

flushall


刪除最后一行 flushall


啟動redis服務


發現數據恢復

redis-cli -a Redis2019!?

Warning: Using a password with '-a' option on the command line interface may not be safe.

127.0.0.1:6379> keys *

1) "k6"

2) "k5"


參考:

https://blog.csdn.net/qq_33101675/article/details/80631992


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

宜黄县| 祁阳县| 老河口市| 营口市| 遂溪县| 砀山县| 阳谷县| 长治县| 肃宁县| 南部县| 勃利县| 策勒县| 章丘市| 叶城县| 甘南县| 平南县| 康保县| 资阳市| 阿图什市| 邳州市| 宁远县| 壤塘县| 日喀则市| 宽甸| 且末县| 赤水市| 桑植县| 佛山市| 河南省| 虞城县| 绥中县| 锡林浩特市| 昌黎县| 万全县| 灌阳县| 万载县| 苏尼特右旗| 隆子县| 闵行区| 榕江县| 芷江|