package zredis type IData interface { TableName() (text string) DbKey() (text string) ToString() (text string) }