# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/qy2rida
宕機了,Redis 如何避免數據丟失?**
作者:MaccoyCookies 原文:https://juejin.cn/post/7193597571305046071前言------如果有人問你:"你會把 Redis 用在什麼業務場景下?"我想你大概率會說:"我會把它當作緩存使用,因爲它把後端數據庫中的數據存儲在內存中,然後直接從內存中讀取數據,響應速度會非常快。"沒錯,這確實是 Redis 的一個普遍使用場景,但是,這裏也有一 ⌘ Read more