step 1 entcache is enabled step 2 paging list query step 3 redis big keys example ```go offset := request.PageSize * (request.PageNum - 1) xxxx_filter. Limit(request.PageSize). Offset(offset). Order(ent.Desc("create_time")). All() ```
step 1
entcache is enabled
step 2
paging list query
step 3
redis big keys
example