SETEX/SETNX/HMSET/GETSET/ZREVRANGE now try their modern equivalents first (SET with modifiers, HSET, ZRANGE REV). On error, they silently fall back to the legacy command and set a compat flag to skip the new protocol on subsequent calls. Also bump shell to v1.5.4. Co-Authored-By: deepseek-v4-pro[1m] <deepseek-ai@claude-code-best.win>
25 lines
544 B
Modula-2
25 lines
544 B
Modula-2
module apigo.cc/go/redis
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
apigo.cc/go/cast v1.5.3
|
|
apigo.cc/go/config v1.5.3
|
|
apigo.cc/go/crypto v1.5.3
|
|
apigo.cc/go/encoding v1.5.4
|
|
apigo.cc/go/id v1.5.4
|
|
apigo.cc/go/jsmod v1.5.3
|
|
apigo.cc/go/log v1.5.8
|
|
apigo.cc/go/safe v1.5.2
|
|
github.com/gomodule/redigo v2.0.0+incompatible
|
|
)
|
|
|
|
require (
|
|
apigo.cc/go/file v1.5.5 // indirect
|
|
apigo.cc/go/rand v1.5.3 // indirect
|
|
apigo.cc/go/shell v1.5.4 // indirect
|
|
golang.org/x/crypto v0.52.0 // indirect
|
|
golang.org/x/sys v0.45.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|