Example #1
0
func DeletePlayerInfo(redis *redis.Client, id string) (bool, error) {
	return redis.Del(id)
}