Skip to content

Commit 558581e

Browse files
authored
bloom support (#2673)
1 parent c7399b6 commit 558581e

File tree

5 files changed

+2176
-0
lines changed

5 files changed

+2176
-0
lines changed

.github/wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ uri
5252
URI
5353
url
5454
variadic
55+
RedisStack

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ key value NoSQL database that uses RocksDB as storage engine and is compatible w
4646
- [Redis Cluster](https://redis.uptrace.dev/guide/go-redis-cluster.html).
4747
- [Redis Ring](https://redis.uptrace.dev/guide/ring.html).
4848
- [Redis Performance Monitoring](https://redis.uptrace.dev/guide/redis-performance-monitoring.html).
49+
- [Redis Probabilistic [RedisStack]](https://redis.io/docs/data-types/probabilistic/)
4950

5051
## Installation
5152

commands.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,8 @@ type Cmdable interface {
504504
ACLLogReset(ctx context.Context) *StatusCmd
505505

506506
ModuleLoadex(ctx context.Context, conf *ModuleLoadexConfig) *StringCmd
507+
508+
probabilisticCmdable
507509
}
508510

509511
type StatefulCmdable interface {

0 commit comments

Comments
 (0)