摘要:
参考资料 https://cloud.tencent.com/developer/article/1423727 https://blog.csdn.net/suprezheng/article/details/90679790 https://blog.csdn.net/neubuffer/art 阅读全文
摘要:
一、内存配置 Redis是基于内存的key-value数据库,因硬件设备内存大小有限,在使用Redis的时可以配置Redis使用的最大内存 配置文件设置: 搜索 maxmemory ,如果不设置最大内存或者设置最大内存为0,在64位操作系统下不限制内存大小,在32位操作系统下最多使用3GB内存 使用 阅读全文