数据缓存定义 #3

Closed
opened 2019-03-04 13:48:31 +08:00 by wuchangzheng · 0 comments
Owner

万仕达接口数据使用Redis进行数据缓存。
Redis数据库连接地址通过web.config``AppSettings``RedisConnectionString进行配置。
万仕达下载数据时首先查询缓存是否存在数据,如果存在直接返回数据,如果不存在查询数据库获取数据,并进行缓存。

万仕达接口数据使用Redis进行数据缓存。 Redis数据库连接地址通过`web.config``AppSettings``RedisConnectionString`进行配置。 万仕达下载数据时首先查询缓存是否存在数据,如果存在直接返回数据,如果不存在查询数据库获取数据,并进行缓存。
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cmdjy/wsd_djy#3
No description provided.