일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
- kotliln
- brotli
- 클래스레벨밸리데이션
- 개미수열
- 리얼월드HTTP
- HTTP
- jsr303
- 알고리즘
- Spring
- 지뢰찾기
- 워드프레스
- jsr380
- cross parameter
- 랜선아미안해
- LastModified
- etag
- 스프링
- 지수반등
- 브로틀리
- 알게뭐냐
- 코드스피츠
- 이렇게살아야되나자괴감이
- cache-control
- i18n
- Kotlin
- Today
- Total
취미개발 블로그와 마음수양
SpringBoot Redis Prefix Key 제거 본문
https://stackoverflow.com/questions/53988595/remove-cache-name-from-generated-cache-key
Remove cache name from generated cache key
I would like to know if there is some way to remove the cache name from the generated cache key on Spring boot 2. This is the code i'm currently using to cache data: @Cacheable(value = "products"...
stackoverflow.com
Spring boot caching with redis,key have \xac\xed\x00\x05t\x00\x06
I want to use Spring cache @Cacheable to manager cache. And the real cache is redis. my code like that: @PostMapping("/post") @CachePut(value = "abc", key = "#key") public String putInRedis(@
stackoverflow.com
https://stackoverflow.com/questions/19098079/how-to-get-all-keys-from-redis-using-redis-template
How to get all Keys from Redis using redis template
I have been stuck with this problem with quite some time.I want to get keys from redis using redis template. I tried this.redistemplate.keys("*"); but this doesn't fetch anything. Even with the pat...
stackoverflow.com
파이썬이랑 스프링부트랑 로컬에서 같이 돌리고 잇는데 키가 없다고 나와서 보니 스프링부트에서 이상한 캐시 prefix 키를 줘버리네.. 일단 제거..
정답은 defaultSerializer 를 StringRedisSerializer() 로해주면 됨
'개발관련 잡다 > 개발노트-글' 카테고리의 다른 글
[ 시리즈물 ] 클라이언트단에서의 API 요청 응답 과정에서 일어나는 일들에 대한 고민 (0) | 2023.01.15 |
---|---|
코드실험실(?) - RestDocs 필드 입력 자동..? (1) | 2020.08.09 |
개발기 - 쇼핑몰 개발기 (0) | 2020.06.24 |
인텔리제이에서 placeholderConfiguerer 가 설정되지 않는 현상.. (0) | 2019.11.30 |
멋진 개발자가 되려면..? (0) | 2019.11.20 |