jukanntenn

Results 6 issues of jukanntenn

## API **ExpireSet(bucket, key string, ttl uint32)** 将对应 bucket, key 的集合设置为 ttl 秒后过期,过期后集合的索引和记录将被删除。 ## 实现 Set 原索引结构为:`map[string]*set.Set`,拓展此结构,使其能够保存 bucket 下某个 key 的 TTL。 1. ExpireSet() 被调用时,遍历所有 (key, value) 对应的数据库记录,将记录的 ttl 值更新为...

enhancement
proposal

**Is your feature request related to a problem? Please describe.** It's awesome if we can read messages from apple watch (for now I guess messages can only show in watch...

enhancement

- [ ] Implement bootstrap-like data api - [ ] Migrate to TypeScript

`django-mptt` has a feature `get_queryset_descendants ` which query the descendants of tree nodes represented by a queryset. However, `TreeQuerySet.descendants` method in django-tree-queries only support query descendants of a certain tree...

question

I have an application using tokio-cron-scheduler. However, after the application starting and running for a while, the cron scheduler no longer work and print `Tick send error SendError(true)` to the...