This website requires JavaScript.
Explore
Help
Sign In
re
/
redis
forked from
mirror/redis
Watch
1
Star
0
Fork
You've already forked redis
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f7d4933032
redis
/
safe.go
8 lines
94 B
Go
Raw
Blame
History
// +build appengine
package
redis
func
bytesToString
(
b
[
]
byte
)
string
{
return
string
(
b
)
}
Reference in New Issue
View Git Blame
Copy Permalink