# 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/pf4udta
如何用 Redis 構建一個簡單的聊天應用?**
如何使用 Redis 構建一個簡單的聊天應用程序?下圖展示了我們如何利用 Redis 的 pub-sub 功能來開發聊天應用程序。第 1 階段:連接初始化------------第 1 和 2 步:Bob 打開聊天應用程序。在客戶端和服務器之間建立 Web Socket 連接。 第 3 和 4 步:pub-sub 服務器會與 Redis 建立多個連接。其中一個連接用於更新 Redis 數據模 ⌘ Read more