goshorly/db/Get.go
2022-01-25 19:14:09 +01:00

5 lines
103 B
Go

package db
func Get(input string) (string, error) {
return Client_redis().Get(ctx, input).Result()
}