We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Revert cd6eb0cebe4569291a1fc814192515ce6bd1c01c...0d2989bf65086267f14ecb45920a8b8354bcb05a on Getting started
Updated Getting started (markdown)
search.maven.org http link
search.maven.org link
Change commons-pool2 link
Grammar and formatting
Format titles
close is more known than destroy and close calls destroy anyway
https://stackoverflow.com/questions/46817419/spring-freezing-if-sending-zero-length-header/46872481#46872481
Fix typo
2.8.0 was conflic with spring.data.redis 1.8.0
Update version number
fixed capitalized letter in Java command
Headers size adjusted to make sense
switched from pre-Java7 try/finally to try-with-resources
default behaviour of slaves changed in Redis 2.6
Thanks to jedis.close() we doesn't need to catch JedisConnectionException and handle it
some line breaks
Renew Getting started to proper installing Jedis
Fix example (return same resource twice when JedisConnectionException occurs) - #476
document Pool#returnBrokenResource (based on http://stackoverflow.com/questions/17082163/jedis-when-to-use-returnbrokenresource)