Comments on: Introduction to Spring Data Redis https://piotrminkowski.com/2019/03/05/introduction-to-spring-data-redis/ Java, Spring, Kotlin, microservices, Kubernetes, containers Sat, 19 Dec 2020 08:07:05 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: Piotr Mińkowski https://piotrminkowski.com/2019/03/05/introduction-to-spring-data-redis/#comment-632 Wed, 03 Jun 2020 13:49:02 +0000 https://piotrminkowski.wordpress.com/?p=7026#comment-632 In reply to Robert.

I didn’t updated it 🙂

]]>
By: Robert https://piotrminkowski.com/2019/03/05/introduction-to-spring-data-redis/#comment-631 Wed, 03 Jun 2020 10:48:34 +0000 https://piotrminkowski.wordpress.com/?p=7026#comment-631 In reply to Piotr Mińkowski.

Thanks, I try it.

BTW: i had no Mail with notifcation of Update in this Post.

Regards ( Część )
Robert

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2019/03/05/introduction-to-spring-data-redis/#comment-630 Tue, 02 Jun 2020 21:49:40 +0000 https://piotrminkowski.wordpress.com/?p=7026#comment-630 In reply to Robert.

Hello. Well you just need to set two different spring.redis.host and spring.redis.port using two different Spring profiles.

]]>
By: Robert https://piotrminkowski.com/2019/03/05/introduction-to-spring-data-redis/#comment-629 Tue, 02 Jun 2020 15:08:48 +0000 https://piotrminkowski.wordpress.com/?p=7026#comment-629 Hallo Piotrek,

great Post!

How can I change the Redis ( host, port ) from Production and Test? I tried @TestPropertySource, but Spring Data Redis seems to ignore it.

Can you please show a example for it in your Gitub repo.

Regards,

Robert

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2019/03/05/introduction-to-spring-data-redis/#comment-628 Tue, 05 May 2020 09:02:40 +0000 https://piotrminkowski.wordpress.com/?p=7026#comment-628 In reply to Rafał.

Hi. Thanks 🙂 Yes you can. Here’s the example from Spring https://github.com/spring-projects/spring-data-redis/blob/master/src/test/java/org/springframework/data/redis/repository/RedisRepositoryIntegrationTestBase.java

]]>
By: Rafał https://piotrminkowski.com/2019/03/05/introduction-to-spring-data-redis/#comment-627 Tue, 05 May 2020 08:47:19 +0000 https://piotrminkowski.wordpress.com/?p=7026#comment-627 Hi, great article. My question is , could we use PagingAndSortingRepository ?

]]>