add bad library

This commit is contained in:
MathieuHa
2022-10-16 23:10:39 +02:00
parent 395c80dccf
commit 87ed9e9c4e
62 changed files with 17340 additions and 22 deletions
+6
View File
@@ -0,0 +1,6 @@
package redis
// Version is the current release version.
func Version() string {
return "9.0.0-rc.1"
}