modelRT/constants/redis.go

8 lines
184 B
Go
Raw Permalink Normal View History

// Package constants define constant variable
package constants
const (
// RedisSearchDictName define redis search dictionary name
RedisSearchDictName = "search_suggestions_dict"
)