我的Linux機器上有Cassandra 3.x。 我嘗試使用https://github.com/tschellenbach/Stream-Framework from stream_framework.feeds.cassandra import CassandraFeed
連接到它,我可以從命令行連接到卡桑德拉cqlsh' and using DBeaver GUI`端口9042 當我嘗
我試圖建立一個基本的飼料: from stream_framework.feeds.redis import RedisFeed
class PinFeed(RedisFeed):
key_format = 'feed:normal:%(user_id)s'
class UserPinFeed(PinFeed):
key_format = 'feed:user:%(us