You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
288 B
11 lines
288 B
|
3 years ago
|
package com.lx.common.contant;
|
||
|
|
|
||
|
|
public class RedisKey {
|
||
|
|
|
||
|
|
public final static String IM_USER_SERVER_ID = "im:user_server_id:";
|
||
|
|
|
||
|
|
public final static String IM_UNREAD_MESSAGE = "im:unread_msg:";
|
||
|
|
|
||
|
|
public final static String IM_ALREADY_READED_MESSAGE = "im:already_read_msg";
|
||
|
|
}
|