# 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/emethfa
Redis 數據類型:Geo**
本文我們將學習 Redis Geo 數據類型,並瞭解它如何在需要需要位置服務的應用中使用,例如網約車。介紹--Redis GEO 是 Redis 3.2 版本中新增的數據類型,主要用於存儲地理位置信息以及對存儲的信息進行操作。在日常生活中,我們越來越依賴於搜索附近的購物中心和餐館。旅行時,我們通過出租車叫車應用叫出租車。這一切都離不開位置服務(Location-Based Service,LBS) ⌘ Read more