mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-21 11:18:08 +08:00
Redis id prefix with MXK_
This commit is contained in:
@@ -30,7 +30,7 @@ public class RedisProxyGrantingTicketServices extends RandomServiceTicketService
|
||||
|
||||
RedisConnectionFactory connectionFactory;
|
||||
|
||||
public static String PREFIX="REDIS_CAS_TICKET_PGT_";
|
||||
public static String PREFIX = "MXK_CAS_TICKET_PGT_";
|
||||
/**
|
||||
* @param connectionFactory
|
||||
*/
|
||||
|
||||
@@ -30,7 +30,7 @@ public class RedisTicketServices extends RandomServiceTicketServices {
|
||||
|
||||
RedisConnectionFactory connectionFactory;
|
||||
|
||||
public static String PREFIX="REDIS_CAS_TICKET_ST_";
|
||||
public static String PREFIX="MXK_CAS_TICKET_ST_";
|
||||
/**
|
||||
* @param connectionFactory
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user