Closed royatanu94 closed 3 months ago
Hi @royatanu94 @rueian , I will add script.go.
Hi @royatanu94,
The Pipeliner
, Tx
, Nil
, Script
, and Watch
are all available in the 1.0.44. Please refer to the https://github.com/valkey-io/valkey-go/blob/main/valkeycompat/README.md for more examples.
Discussed in https://github.com/orgs/valkey-io/discussions/797
Add support for pipeline.go available in go-redis in valkey-go adapter Add support for tx.go available in go-redis in valkey-go adapter Add support for script.go available in go-redis in valkey-go adapter Add support for UniversalClient.Watch in valkey-go adapter
Add support for redis.Nil available in go-redis in valkey.go // Nil reply returned by Redis when key does not exist. const Nil = proto.Nil
Need to migrate below code with valkey-go