Merge branch 'master' of github.com:redisson/redisson

pull/1792/head
Nikita Koksharov 6 years ago
commit e4b6e1fc39

@ -148,7 +148,7 @@ RExecutorService executor = redisson.getExecutorService("myExecutorService");
```
Please consider __[Redisson PRO](https://redisson.pro)__ version for advanced features and support by SLA.
<sub>Please consider __[Redisson PRO](https://redisson.pro)__ version for advanced features and support by SLA.</sub>
Downloads
===============================

@ -5,6 +5,8 @@ Integrates Redisson with Spring Boot library. Depends on [Spring Data Redis](htt
Supports Spring Boot 1.3.x, 1.4.x, 1.5.x, 2.0.x
<sub>Please consider __[Redisson PRO](https://redisson.pro)__ version for advanced features and support by SLA.</sub>
Usage
===
@ -64,3 +66,4 @@ spring.redis.redisson.config=classpath:redisson.yaml
```
### 3. Get access to Redisson through spring bean with `RedissonClient` interface

@ -5,6 +5,8 @@ Integrates Redisson with Spring Data Redis library. Provides ability to work wit
Supports Spring Data Redis 1.6.x, 1.7.x, 1.8.x, 2.0.x
<sub>Please consider __[Redisson PRO](https://redisson.pro)__ version for advanced features and support by SLA.</sub>
Usage
===

@ -5,6 +5,8 @@ Stores session of Apache Tomcat in Redis and allows to distribute requests acros
Supports Apache Tomcat 6.x, 7.x, 8.x, 9.x
<sub>Please consider __[Redisson PRO](https://redisson.pro)__ version for advanced features and support by SLA.</sub>
Advantages
===

Loading…
Cancel
Save