8 changed files with 84 additions and 1 deletions
@ -0,0 +1,29 @@ |
|||
/** |
|||
* Copyright (c) 2018 人人开源 All rights reserved. |
|||
* <p> |
|||
* https://www.renren.io
|
|||
* <p> |
|||
* 版权所有,侵权必究! |
|||
*/ |
|||
|
|||
package com.epmet.plugin.commons.redis; |
|||
|
|||
/** |
|||
* @author Mark sunlightcs@gmail.com |
|||
* @since 1.0.0 |
|||
*/ |
|||
public class RedisKeys { |
|||
|
|||
/** |
|||
* redis前缀 |
|||
*/ |
|||
private static String rootPrefix = "epmet:"; |
|||
|
|||
/** |
|||
* 海康accessToken |
|||
*/ |
|||
public static String getHikTokenKey() { |
|||
return "hik:token"; |
|||
} |
|||
|
|||
} |
Loading…
Reference in new issue