-
https://github.com/trinodb/trino/actions/runs/8780949572/job/24091963713?pr=21647
```
Error: Tests run: 148, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 350.1 s [approx_distinct_nationkey …
-
Hi @antirez, I have looked at the threaded commands implementation (`threaded-core-commands` up to a5541e87f) and opening this issue to discuss that.
I think this is a great use case and a validati…
-
@pramodsatya - I am opening this issue as per your suggestion to find the root cause of this problem with approx_set()
## Current Behavior
All the testApproxSet*() testcases in AbstractTestQ…
-
### What happens?
`R` package fail to load:
```
/opt/local/bin/g++-mp-12 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppres…
-
# redis
应用场景:
缓存分布式会话分布式锁最新列表消息系统
Redis支持多个数据库,并且每个数据库的数据是隔离的不能共享,并且基于单机才有,如果是集群就没有数据库的概念。
Redis是一个字典结构的存储服务器,而实际上一个Redis实例提供了多个用来存储数据的字典,客户端可以指定将数据存储在哪个字典中。这与我们熟知的在一个关系数据库实例中可以创建多个数据库类似,所…
-
Hi Guys,
Hoping you can help me with the research that I started for my project on Pinot.
We are talking about a system with retention of 12 month and around 100~ milliard rows of data per year.
The …
-
First off, thanks for building this! I'd like to help contribute in any small way I can and I thought I'd start by offering an implementation for MONITOR.
Imo this is a good command to include as i…
-
**Describe the bug**
According to Redis docs HLL is supposed to use **UP TO** 12kb while dragonfly always uses 12kb.
When running simple test Redis uses 20mb to store 100 000 HLL keys.
Dragonfly o…
-
Example query:
```
SELECT DISTINCTCOUNTHLL(analytics_session_id_if_mobility_book,16) AS value FROM f_pax_app_sessions WHERE session_start_timestamp_10m >= '2024-01-12 17:00:00.0' AND session_start_t…
-
Feature request: I think it should be possible to backport this extension to work also with 1.0.0, that could be interesting since most users are on 1.0.0.
A blueprint that should probably just work …