update chat_room表新增client_read_num 和service_read_num,chat_message 表删除is_read字段。 websocket 返回消息新增一个isCreate 字段。
This commit is contained in:
@@ -150,7 +150,6 @@ public class RedisService {
|
||||
Long count = redisTemplate.opsForList().rightPushAll(key, dataList);
|
||||
return count == null ? 0 : count;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获得缓存的list对象
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user