mirror of
https://github.com/redis/go-redis.git
synced 2025-07-31 05:04:23 +03:00
Fix proto.RedisError in slices
This commit is contained in:
7
internal/util/safe.go
Normal file
7
internal/util/safe.go
Normal file
@ -0,0 +1,7 @@
|
||||
// +build appengine
|
||||
|
||||
package util
|
||||
|
||||
func BytesToString(b []byte) string {
|
||||
return string(b)
|
||||
}
|
Reference in New Issue
Block a user