This website requires JavaScript.
Explore
Help
Sign In
mirror
/
redis
mirror of
https://github.com/go-redis/redis.git
Watch
1
Star
0
Fork
You've already forked redis
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ad7024da36
redis
/
internal
/
util
/
safe.go
8 lines
93 B
Go
Raw
Normal View
History
Unescape
Escape
Reduce number of allocations.
2017-01-13 14:39:59 +03:00
// +build appengine
Fix proto.RedisError in slices
2018-02-22 15:14:30 +03:00
package
util
Reduce number of allocations.
2017-01-13 14:39:59 +03:00
func
BytesToString
(
b
[
]
byte
)
string
{
return
string
(
b
)
}