We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0fc3cc commit 070d7daCopy full SHA for 070d7da
redis/constants.go
@@ -1,6 +1,6 @@
1
package redis
2
3
-const (
+var (
4
// KeySeparator is the separator for the Redis key
5
KeySeparator = ":"
6
)
redis/key.go
0 commit comments