1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

Add Redis Gears support (#2675)

* Add gears commands and tests

* Fix tfunctionlist and add docstrings

* fixes

* fixes

* add tfcallasync to gearsCmdable
This commit is contained in:
ofekshenawa
2023-08-16 17:06:07 +03:00
committed by GitHub
parent 558581eac6
commit aba21be8cd
5 changed files with 368 additions and 1 deletions

View File

@ -505,6 +505,7 @@ type Cmdable interface {
ModuleLoadex(ctx context.Context, conf *ModuleLoadexConfig) *StringCmd
gearsCmdable
probabilisticCmdable
}