Redis 설치
Redis 서버
Redis 설치 및 실행
1 | [~]$ wget http://download.redis.io/redis-stable.tar.gz |
실행 스크립트
1 |
|
Spring
pom.xml
1 | <dependency> |
application.properties
1 | spring.redis.lettuce.pool.max-active=10 |
RedisConfiquration.java
1 |
|
RedisServiceTest.java
1 |
|
1 | [~]$ wget http://download.redis.io/redis-stable.tar.gz |
1 |
|
1 | <dependency> |
1 | spring.redis.lettuce.pool.max-active=10 |
1 |
|
1 |
|