Does GeminiDB Redis API Support Modules Such as a Bloom Filter?
A Bloom filter can be used to check whether an element is in a large-size data set. It is suitable for scenarios such as web interceptors and anti-cache penetration.
GeminiDB Redis API supports Bloom filters.
In addition, you can set an expiration time for individual fields in a hash shard. Shards can be scanned in parallel. Data can be imported extremely fast using FastLoad.