
redis
MonkeyKing.sun
未来已来,记录现在,验证未来
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
从redis的错误,看redis的持久化机制
今天线上服务器发生了redis服务不可以访问的问题,查看项目的日志,出现以下的错误信息:org.springframework.data.redis.RedisSystemException: Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: MISCONF Redis is configured to save RDB snapshots, but is currently no原创 2021-06-02 20:30:14 · 436 阅读 · 0 评论 -
redis使用Geo找出GPS位置最近的坐标
随着使用GPS坐标位置的手机或者设备越来越多,越来越多的应用使用gps坐标位置,为此redis增加了一种新的结构geo,可以很方便的计算最近距离的点。首先添加pom.xml的jar包依赖<dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-sta原创 2021-05-25 22:39:48 · 1673 阅读 · 1 评论 -
redisDesktopManager开始收费,Another Redis Desktop Manager作为替代方案
redisDesktopManager是一款非常好用的redis可视化管理工具,现在开始收费了,github永远是一个神奇的地方,竟然推出了一款Another Redis Desktop Manager作为替代方案。下载地址:https://github.com/qishibo/AnotherRedisDesktopManager下载安装后,点击链接即可链接应用:...原创 2020-06-13 00:37:39 · 4604 阅读 · 1 评论