-
**Expected behavior**
Calling the `produce` method allows Redisson to successfully store data in Redis.
```java
import lombok.extern.slf4j.Slf4j;
import org.redisson.api.RScoredSortedSet;
i…
uzdz updated
7 months ago
-
*To help us debug your issue fill in the basic information below using the options provided*
*Serverless Java Container version*: `eg. 1.5`
*Implementations:* `Jersey / Spring / Spring Boot / Sp…
-
I am trying out basic example of using Redis as Cache provider and trying to customise it to use `GenericJackson2JsonRedisSerializer` instead of default `JdkSerializationRedisSerializer`.
When I c…
-
### Describe the bug
The java-agent locks any application using **virtual-threads** upon an **external call** if you add the `-Djdk.tracePinnedThreads=short` to the VM options.
### Steps to reproduc…
-
**Expected behavior**
**Actual behavior**
In Redis cluster mode, when the master node crashes, the application's CPU usage reaches 100%, and even after the master node is restored (becoming …
-
### Problem Description
Vi behöver lagra användare lokalt i en User
tabell och vilka roller de har men själva authentication delen sköter Github.
https://docs.spring.io/spring-session/reference/gui…
-
连接本地环境正常,连接远程Nacos时启动 c.a.n.s.c.e.AnnotationNacosPropertySourceBuilder - [doBuild,188] - There is no content for NacosPropertySource from dataId
nascos server 版本 2.0.3/2.0.4
客户端 nacos-config-sp…
jetwu updated
6 months ago
-
**What's not working?**
Hi, we start redis within our unit test framework as below:
@BeforeAll
static void setup() {
redisServer = RedisServer.builder().port(6379).build();
r…
-
Type: Bug
① use a theme with Office black. (this is ok)
② change my theme to Office Light. (this is not ok, some areas are light, but some are black too.)
VS Code version: Code 1.87.2 (863d25…
-
- 版本: 0.8.x
- redis 使用docker redis:last部署 7.2.3,工具都能正常连接
```docker
version: "3.9"
services:
public_redis:
image: redis:latest
container_name: public_redis
restart: always
po…