ZRANGE test_name 0 -1 withscores
This‘s method.
func (client *Client) Zrange(key string, start int, end int) ([][]byte, error)
Can not meet the conditions.
If you want to design like this?
func (client *Client) Zrange(key string, start int, end int) ([]map[[]byte]uint64, error)