E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
redisCache
【Spring连载】使用Spring Data访问Redis(五)----Redis Cache
【Spring连载】使用SpringData访问Redis(五)----
RedisCache
一、
RedisCache
过期1.1Time-To-Live(TTL)过期1.2Time-To-Idle(TTI
85程序员老王
·
2024-01-31 11:47
spring
redis
java
redis 工具类
下面展示的
RedisCache
工具类封装了对Redis进行基本操作的方法,包括存储和获取各种类型的数据、设置过期时间以及处理集合类型的缓存。
李少兄
·
2024-01-26 12:14
代码收录
redis
java
spring
audition 3
pipinstalldjango-redis然后再settins.py里面添加CACHES={'default':{'BACKEND':'redis_cache.cache.
RedisCache
','LOCATION
李小萌mmm
·
2024-01-26 11:36
redis连接可视化工具RDM
bind127.0.0.1改为#bind127.0.0.1protected-modeyes改为protected-modenops:protected-mode是3.2之后加入的新特性,是为了禁止公网访问
rediscache
不才__
·
2024-01-24 23:44
练习(验证用户)
需求构建用户系统构建博客系统1.只有登录的用户才可以创建博客2.博客创建自动绑定登录用户setting.pyCACHES={'default':{'BACKEND':'django_redis.cache.
RedisCache
垃圾桶边的狗
·
2024-01-23 04:39
我的Spring boot的Demo3(Cache的使用 )
Spring提供了各种xxxCache的实现;如
RedisCache
,EhCacheCache,C
飘漂缥
·
2024-01-20 12:28
JetCache源码解析——概览
当前有四个实现,
RedisCache
、TairCache(此部分未在github开源)、CaffeineCache(inmemory)和一个简易的Linke
学海_无涯_苦作舟
·
2024-01-10 22:29
JetCache
Redis
jetcache
redis
springboot整合spring cache
Cache接口下Spring提供了各种xxxCache的实现;如
RedisCache
,EhCacheCache,ConcurrentMapCache。
小石读史
·
2024-01-08 03:32
Spring boot 分布式锁 优化分布式锁
分布式锁优化分布式锁一:准备工作1.配置文件server:port:8080servlet:session:timeout:30mspring:application:name:spring-boot-
rediscache
Cool疯
·
2023-12-31 22:32
redis学习
spring
boot
分布式
java
RedisCache
——redis缓存工具类
@SuppressWarnings(value={“unchecked”,“rawtypes”})@ComponentpublicclassRedisCache{@AutowiredpublicRedisTemplateredisTemplate;/***缓存基本的对象,Integer、String、实体类等**@paramkey缓存的键值*@paramvalue缓存的值*/publicvoids
豆豆子i
·
2023-12-27 16:30
缓存
redis
java
Redis取最近10条记录
具体取最近10条的方法://记录最近10条数据Listdefects=
redisCache
.getCacheList("defects");if(CollectionUtils.isEmpty(defects
Sunny_yiyi
·
2023-12-23 01:04
Java
Redis
redis
bootstrap
数据库
django-redis的使用方法
1.安装pipinstalldjango-redis2.作为cachebackend使用配置CACHES={"default":{"BACKEND":"django_redis.cache.
RedisCache
斩·侯
·
2023-12-16 11:12
redis
Token的生成与自动续约
在我们登录的时候就已经将UUID+标识符放入了redis缓存中StringverifyKey=Constants.CAPTCHA_CODE_KEY+uuid;//去redis中获取了这个值Stringcaptcha=
redisCache
.getCacheObjec
余温的咖啡杯
·
2023-12-04 04:21
工具类
bootstrap
spring
JAVA生成八位不重复的随机数最快的方法(省时间省空间)
原代码privateStringgetCode(){//生成一个随机的8位编码Stringcode=StringUtils.getRandom(8);//获取缓存中的编码集合SetcodeSets=
redisCache
.getCacheSet
玉满堂_YTM
·
2023-12-03 05:15
JAVA代码优化
java
开发语言
【强迫症患者必备】SpringBoot项目中Mybatis使用mybatis-redis开启三级缓存必须创建redis.properties优化方案
springboot项目中mybatis使用mybatis-redis开启三级缓存需要创建redis.properties优化方案前言下载mybatis-redis源码分析
RedisCache
代码RedisConfigurationBuilder
零度念者
·
2023-12-02 12:31
Java
SpringBoot
缓存
spring
boot
mybatis
redis
mybatis-redis
java
day11 redis的储存
settings.py#缓存配置CACHES={"default":{"BACKEND":"django_redis.cache.
RedisCache
","LOCATION":"redis://127.0.0.1
LittleBear_6c91
·
2023-12-01 18:52
django redis使用密码
服务端配置取消注释掉:requirepass:xxx,设置密码为自己的密码;在django配置中配置:CACHES={"default":{"BACKEND":"django_redis.cache.
RedisCache
寻觅_英雄
·
2023-11-29 05:56
django
redis
django
redis
项目遇到的问题:1. 在不被Spring容器管理的对象中无法注入Spring管理的对象
项目中涉及>到使用Redis来存储二次查询的数据,但对于存储的对象类型我们需要去自定义一个
RedisCache
类并实现’'Cache"以此来重新里面>的"put"和“get”方法。
源远流长ღ
·
2023-11-29 00:00
项目问题整理
redis
mybatis
spring
依赖注入
spring
boot
在python项目中生成图形验证码
Python处理图片的库:pipinstallPillow首先配置redis缓存数据库的的连接用来存储验证码verify_code":{#验证码"BACKEND":"django_redis.cache.
RedisCache
ITBOBY
·
2023-11-28 17:38
springboot实战之获取微信用户基本信息
access_tokenprivateAccessTokenVoWeCharUserToken(finalStringcode)throwsException{StringaccessToken="";//log.info("获取accsstoken"+
redisCache
.getCacheObjec
sccd2009
·
2023-11-27 11:29
spring
boot
微信
java
Spring Boot中开启Redis Cache并使用缓存注解
Ubuntu16.04中Redis的安装配置以及远程客户端连接SpringBoot集成Redis与使用RedisTemplate进行基本数据结构操作示例开启SpringRedisCache在SpringBoot中开启
RedisCache
Ethan_pika
·
2023-11-14 09:56
SpringBoot
redis
spring
boot
mysql
mybatis
Spring缓存注解使用
Cache接口包含缓存的各种操作集合,Cache接口下Spring提供了各种xxxCache的实现,比如:
RedisCache
、EhCache、ConcurrentMapCache。
丑基地
·
2023-11-14 09:24
spring
boot
redis
spring
缓存
spring
boot
Docker部署Redis单机版
redis/confmkdir-r/home/egn/redis/data3.修改配置文件新建redis.conf##节点端口port6379##允许任何来源bind0.0.0.0##是为了禁止公网访问
rediscache
RedEric
·
2023-11-11 07:38
部署运维
redis
docker
缓存
读取mysql数据库表结构生成接口文档
org.freemarkerfreemarker2.3.30e-icebluespire.doc.free2.7.3cn.hutoolhutool-all5.7.20mysqlmysql-connector-java8.0.223、工具类ApiDocpackagecom.example.
rediscache
.utils
我是老王我骄傲
·
2023-10-28 02:35
数据库
mysql
积累小结-netcore注入redis时报错
netcore注入redis时报错:Method‘GetAsync’intype‘Microsoft.Extensions.Caching.Redis.
RedisCache
’fromassembly'Microsoft.E
weixin_41812784
·
2023-10-25 06:43
redis
redis
解决java.lang.NoSuchMethodError: com.alibaba.fastjson.serializer.JavaBeanSerializer.processValue报错
问题场景:在书写SpringSecurity的练习中出现的问题:问题描述写完SpringSecurity练习后的登录测试中出现,通过debug发现是在
redisCache
.setCacheObject(
冬青_L
·
2023-10-24 21:54
java
Java Cache 缓存方案详解及代码-Ehcache
常用的缓存实现有
RedisCache
、EhCache、ConcurrentMapCache、GuavaCache(谷歌)等
Doker 多克 技术人的数码品牌
·
2023-10-17 03:22
java基础
springboot
java
Redis三主三从集群搭建
环境准备服务器2台安装docker下载镜像dockerpullredisdockerpullruby二、集群搭建1、创建配置文件vimredis-cluster.tmplport${PORT}#是否禁止公网访问
rediscache
aiya1017
·
2023-10-14 16:30
Shiro 解决分布式 Session
文章目录前言Shiro会话管理组件配置RedisSessionManager使用RedisSession问题Shiro的授权缓存实现
RedisCache
实现CacheManager前言在分布式系统中,会话管理是一个重要的问题
叫我二蛋
·
2023-09-19 23:13
Java
分布式
java
django + redis做缓存的两种方式
django_redispipinstalldjango_redisdjango项目settings.py文件设置CACHES={'default':{'BACKEND':'django_redis.cache.
RedisCache
Harvest
·
2023-09-08 10:40
django+redis 设置缓存
1.在settings.py中设置缓存数据库reidsCACHES={'default':{'BACKEND':'redis_cache.cache.
RedisCache
','LOCATION':'127.0.0.1
早起早起早起up
·
2023-09-03 19:10
Django框架 (六) web端acwing一键登录
django_redispipinstalldjango_redis1.2配置settings.py进入acapp/acapp/settings.py,添加:CACHES={'default':{'BACKEND':'django_redis.cache.
RedisCache
rgb2gray
·
2023-08-28 14:46
Django
密度分析
arcgis
django
项目中使用redis转换其他对象出现错误
java.lang.ClassCastException:com.alibaba.fastjson.JSONObjectcannotbecasttocom.jianyin.domain.LoginUser我的使用代码:这里的问题是
redisCache
.getCacheObject
小白程序员丶钟同学
·
2023-08-07 01:10
java
开发语言
若依系统分离版去除redis数据库
文章目录1去除redis配置2去除ruoyi-framework下RedisConfig的配置3在ruoyi-common的core/redis下新建MyCache类4修改
RedisCache
类5修改ruoyi-common
逻辑峰
·
2023-08-05 17:36
redis
数据库
java
Spring-缓存及SpringBoot——默认缓存、Ehcache、Redis
实现有:
RedisCache
、EhCacheCache、Concu
和代码去流浪
·
2023-07-19 23:45
#
spring
缓存
java
Ehcache
redis
Spring自动配置Redis
原理参考ImportBeanDefinitionRegistrar+SPI简化Spring开发本文描述通过注解方式在spring中自动配置RedisTemplate,并支持启用注解方式的
rediscache
ascii_he
·
2023-07-19 00:38
Java
spring
java
redis
Django_使用redis缓存数据
自定义缓存数据源码等资料获取方法一、配置redis在settings中添加配置参数#Django的缓存配置CACHES={"default":{"BACKEND":"django_redis.cache.
RedisCache
bug捕手
·
2023-07-14 01:30
Django
django
redis
sqlite
程序人生
测试开发
数据库
软件测试工程师
Mybatis整合Redis实现分布式缓存
本文要点:1.Mybatis整合Redis实现分布式缓存2.查看自定义缓存实现类
RedisCache
及相关源码,了解Redis在实现MyBatis二级缓存中的执行工作流(更多二级缓存知识点可参考MyBatis
sunshineKay
·
2023-07-13 16:45
Mybatis系列
mybatis
java
redis
分布式
hash
redis可视化工具RDM连接不上服务器redis问题
bind127.0.0.1改为#bind127.0.0.12.protected-modeyes改为protected-modenops:protected-mode是3.2之后加入的新特性,是为了禁止公网访问
rediscache
陈畅林
·
2023-06-15 04:03
redis可视化工具RedisDesktopManager连接不上服务器redis问题 --- 2020-05-26
bind127.0.0.1改为#bind127.0.0.12.protected-modeyes改为protected-modenops:protected-mode是3.2之后加入的新特性,是为了禁止公网访问
rediscache
一位先生_
·
2023-04-19 12:36
docker 单机部署redis
下载镜像dockerpullredis二、redis安装1、创建配置文件mkdirrediscdredismkdirdatavimredis.confbind0.0.0.0port6379#是否禁止公网访问
rediscache
aiya1017
·
2023-04-14 20:30
Django使用Celery异步发送短信(Django4.1.3+Celery5.2.7+ubuntu)
首先要下载Celery,直接pip就好我的redis配置CACHES={"default":{"BACKEND":"django_redis.cache.
RedisCache
","LOCATION":"
lxrrrrrrrr
·
2023-04-11 07:51
Django
django
python
后端
SpringBoot高级 -- 缓存 -- 自定义CachaManager
ConcurrentMapCache,缓存组件来实际给缓存中存取数据*1).引入redis的starter,容器中保存的是RedisCacheManager*2).RedisCacheManager帮我们创建
RedisCache
dan_zhoudan
·
2023-04-08 16:51
SpringBoot框架学习
redis
缓存
spring
boot
自定义CachaManager
SpringBoot高级
最详细 | redis实战:JackSon/FastJson方式序列化深度解析
文章目录背景解决方法Redis配置1.Jackson2JsonRedisSerializer方式序列化1.1引入依赖1.2RedisConfig.java1.2.1细节1.3封装Redis工具类(
RedisCache
阿千弟
·
2023-04-06 11:50
redis
官方学习
redis
缓存
spring
boot
使用Redis做Mybatis的二级缓存
文章目录前言一、二级缓存二、使用步骤1.开启二级缓存2.编写ApplicationContextHolder3.编写
RedisCache
二级缓存工具类4.在mapper.xml文件中开启全局二级缓存5.
铸键为犁
·
2023-03-13 16:36
springboot
Redis
mybatis
redis
缓存
redis
django+redis使用结合django-redis配置djangosettingsCACHES={"default":{"BACKEND":"django_redis.cache.
RedisCache
weixin_45182172
·
2023-03-13 11:27
redis
Java的
RedisCache
跟着大佬视频手敲的
RedisCache
工具类packagecom.leo23.utils;importorg.springframework.data.redis.core.BoundSetOperations
Leo_23
·
2023-02-05 19:43
缓存
配置缓存CACHES={#默认缓存'default':{'BACKEND':'djago_redis.cache.
RedisCache
','LOCATION':['redis://1.2.3.4:6379
13147abc
·
2023-01-26 06:03
springboot集成redis序列化问题汇总
操作方式二:基于SpringCachespring中使用redis目前接触的到的有两种方式,一种是使用封装的RedisTemplate工具类;另一种是使用SpringCache,cache实现方式选择
RedisCache
卖柴火的小伙子
·
2022-12-27 03:38
redis
序列化
开源框架RuoYi-Vue学习之集成redis/集成验证码
在common中编写redis工具类
RedisCache
。org
mashirro
·
2022-12-24 19:42
spring
boot
redis
spring
boot
上一页
1
2
3
4
5
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他