Skip to content

Commit

Permalink
bloom support (#2673)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofekshenawa committed Aug 15, 2023
1 parent c7399b6 commit 558581e
Show file tree
Hide file tree
Showing 5 changed files with 2,176 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ uri
URI
url
variadic
RedisStack
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ key value NoSQL database that uses RocksDB as storage engine and is compatible w
- [Redis Cluster](https://redis.uptrace.dev/guide/go-redis-cluster.html).
- [Redis Ring](https://redis.uptrace.dev/guide/ring.html).
- [Redis Performance Monitoring](https://redis.uptrace.dev/guide/redis-performance-monitoring.html).
- [Redis Probabilistic [RedisStack]](https://redis.io/docs/data-types/probabilistic/)

## Installation

Expand Down
2 changes: 2 additions & 0 deletions commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,8 @@ type Cmdable interface {
ACLLogReset(ctx context.Context) *StatusCmd

ModuleLoadex(ctx context.Context, conf *ModuleLoadexConfig) *StringCmd

probabilisticCmdable
}

type StatefulCmdable interface {
Expand Down
Loading

0 comments on commit 558581e

Please sign in to comment.