摘要:
1 // 2 // <copyright file="CustomExceptionAttribute.cs" company="技术支持——谭明超"> 3 // Copyright (c) 2016 QS.Web.Extensions. All rights reserved. 4 // </co 阅读全文
posted @ 2016-08-04 18:38
esoftor
阅读(3538)
评论(1)
推荐(0)
摘要:
1 namespace QS.Web.Extensions 2 { 3 /// <summary> 4 /// 验证session、权限 状态 5 /// </summary> 6 [AttributeUsage(AttributeTargets.Class | AttributeTargets.M 阅读全文
posted @ 2016-08-04 18:36
esoftor
阅读(725)
评论(0)
推荐(0)
摘要:
当然,集群最主要的就是配置文件: 简单配置如下, port 7001 bind 127.0.0.1 databases 16 appendonly yes appendfilename "appendonly.7000.aof" cluster-enabled yes cluster-config- 阅读全文
posted @ 2016-08-04 18:27
esoftor
阅读(1482)
评论(0)
推荐(0)