gpt4 book ai didi

Cassandra - Cqlengine - TTL 支持

转载 作者:行者123 更新时间:2023-12-04 15:23:18 24 4
gpt4 key购买 nike

我需要通过 cqlengine 使用 TTL;
但是没有关于它的文档。
有人可以帮助我吗。
谢谢

最佳答案

支持 TTL。

In [13]: class Bacon(Model):       
....: pk = Integer(primary_key=True)
....: name = Text()
....:

In [14]: sync_table(Bacon)

In [15]: Bacon.ttl(60).create(pk=1, name="delicious")
Out[15]: Bacon <pk=1>

请参阅以下内容:
  • https://cqlengine.readthedocs.org/en/latest/topics/queryset.html?highlight=ttl#cqlengine.query.QuerySet.ttl
  • https://cqlengine.readthedocs.org/en/latest/topics/models.html?highlight=ttl#cqlengine.models.Model.ttl
  • 关于Cassandra - Cqlengine - TTL 支持,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19077372/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com