# 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/5t2gona
快停下,Redis 都要被你玩壞了**
大家好,我是程序員魚皮。很多小夥伴都知道緩存的好處,從數據庫加載數據過慢時,直接上 Redis 緩存!的確,Redis 高性能 KV 存儲是後端開發提升性能的一大利器,但是有沒有想過,如果使用姿勢不對,使用 Redis 後,性能反而會更慢呢?今天就來盤下使用 Redis 性能變慢的幾個原因以及一些應對手段。1、網絡和通信導致的延遲------------比如我們現在要往 Redis 裏面寫入多個 ⌘ Read more