Skip to content

Conversation

@karthik-tarento
Copy link
Contributor

No description provided.

Copy link
Contributor Author

@karthik-tarento karthik-tarento left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@juhiagl8 -- refer the comments

public SBApiResponse deleteCache() throws Exception {
SBApiResponse response = new SBApiResponse(Constants.API_REDIS_DELETE);
boolean res = redisCache.deleteAllCBExtKey();
boolean res = redisCache.deleteAllKey();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just keep the old name - do not create confusion -- deleteAllKey sounds dangerous.

pom.xml Outdated
Comment on lines 174 to 183
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
<exclusions>
<exclusion>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
</exclusion>
</exclusions>
</dependency>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why we need this ?

pom.xml Outdated
Comment on lines 188 to 192
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.11.1</version>
</dependency>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This also seems unnecessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants