# 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/3irnd2a
「Go 開源包」asynq:一個基於 redis 的,簡單、可靠、高效的分佈式任務隊列包**
大家好,我是漁夫子。今天給大家推薦一個基於redis實現的簡單、可靠且高效的分佈式任務隊列:asynq。該隊列出自谷歌員工 Ken Hibino。項目的開源地址:https://github.com/hibiken/asynq ,星標 star 6.1k,目前有 29 位貢獻者。asynq 的架構設計-----------基於 redis 的集羣,支持哨兵模式。因此具備了存儲可橫向擴展及高可用性。 ⌘ Read more