embedded-redis
embedded-redis copied to clipboard
Redis embedded server for Java integration testing
I don't seem to have a locally-installed redis so it should be using the Linux 64-bit one inside the jar. ``` *** FATAL CONFIG FILE ERROR *** Reading the configuration...
As far as I figure out, Redis Cluster and "Redis master slave model (made by slaveof replication) with sentinel" are two different things. So we can not enable cluster mode...
I need to use the embedded redis server for integration test for an application which uses redisclient2.9. ( the application uses BinaryJedisClusterCommands available in redis 2.9. can this library used...
Validated using redis-server binary extracted from the following rpm and copying it to resources dir with name redis-server-3.2.8-ppc64le: https://cbs.centos.org/kojifiles/packages/redis/3.2.8/1.el7/ppc64le/redis-3.2.8-1.el7.ppc64le.rpm Note: the binary is not part of the commit. It can...
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
16:10:39 Started by user anonymous 16:10:39 Building in workspace /var/lib/jenkins/workspace/oa 16:10:39 Cloning the remote Git repository 16:10:39 Cloning repository [email protected]:java/oa.git 16:10:39 > /usr/bin/git init /var/lib/jenkins/workspace/oa # timeout=10 16:10:39 Fetching upstream...
Need to run presto-redis on ppc64le server. The tests currently fail connecting to the embedded redis-server. As mentioned in git issue (https://github.com/prestodb/presto/issues/5548), need to add binary to the embedded-redis for...
Everything was working fine, suddenly I got this error Error creating bean with name 'redisServer' defined in class path resource.Invocation of init method failed; nested exception is java.lang.RuntimeException: Can't start...
I was trying to init the embedded redis this way on mac. I am using the unstable version so I am pointing it into the dir which I installed it...