Commit Graph

4185 Commits (999bf12df4b74fcde789bbe6edaff34bd6d4b527)
 

Author SHA1 Message Date
Nikita Koksharov 999bf12df4
Update README.md 6 years ago
Nikita Koksharov 3661431674 [maven-release-plugin] prepare for next development iteration 6 years ago
Nikita Koksharov d2199e2508 [maven-release-plugin] prepare release redisson-2.15.1 6 years ago
Nikita Koksharov 9f14ec3ba0
Update README.md 6 years ago
Nikita Koksharov 96cb7c63e9
Update README.md 6 years ago
Nikita Koksharov 640f61ffcd
Update README.md 6 years ago
Nikita Koksharov 319fa71093 Fixed - RRateLimiter RateType checking. #1870 6 years ago
Nikita Koksharov 705511b53c Fixed - DNSNameResolver bug (workaround). #1646 #1625 #1486 #1693 6 years ago
Nikita Koksharov 9d3d4a8562 License header updated 6 years ago
Nikita Koksharov 0dcefca39c Fixed - running scheduleWithFixedDelay Job couldn't be canceled. #1869 6 years ago
Nikita Koksharov 96ef05671e Fixed - master can't be changed anymore if new master wasn't added the first time. #1839 6 years ago
Nikita Koksharov f4d5cfba35 compilation fixed 6 years ago
Nikita Koksharov 4f2a4b9811 Fixed - master can't be changed anymore if new master wasn't added the first time. #1839 6 years ago
Nikita Koksharov 6531573603 Improvement - Tomcat Session recycle method implementation 6 years ago
Nikita Koksharov 4f6cde2af5 Fixed - don't send PING command for blocking queues. #1855 6 years ago
Nikita Koksharov 79e03e13aa Fixed - Getting java.lang.ClassNotFoundException if same Redisson instance used in tomcat and application. #1668 6 years ago
Nikita Koksharov 37b58db7bc Fixed - Getting java.lang.ClassNotFoundException if same Redisson instance used in tomcat and application. #1668 6 years ago
Nikita Koksharov ae14dba2fc Fixed - RedissonSessionManager throws java.lang.ClassNotFoundException if readMode=MEMORY #1867 6 years ago
Nikita Koksharov 228319d656 Compilation fixed 6 years ago
Nikita Koksharov 110989b983 compilation fixed 6 years ago
Nikita Koksharov 332c95ab84 Fixed - ReplicatedConnectionManager doesn't recover Master node as Slave after failover. #1845 6 years ago
Nikita Koksharov ad92d39b89 Fixed - RedissonSessionRepository process changes of unnecessary keys #1864 6 years ago
Nikita Koksharov 959fad1771 Fixed - Tomcat Session expires in Redis earlier than scheduled by Tomcat. #1861 6 years ago
Nikita Koksharov 4fbaa1bfeb Fixed - RedissonSession.getAttribute throws NPE #1859 6 years ago
Nikita Koksharov d1618f4b69 Fixed - RBlockingQueue.drainTo doesn't work when queue contains only one element. #1809 6 years ago
Nikita Koksharov 1b8849f522 refactoring 6 years ago
Nikita Koksharov cc101560f0 Improvement - Spring Session key encoding changed to String 6 years ago
Nikita Koksharov 20ef832ef6 Improvement - Tomcat Session key encoding changed to String 6 years ago
Nikita Koksharov cfbf5a097a refactoring 6 years ago
Nikita Koksharov 9ecf7460f2 Improvement - readMode check added 6 years ago
Nikita Koksharov 3e691b1502 refactoring 6 years ago
Nikita Koksharov 37ead6eff0 refactoring 6 years ago
Nikita Koksharov bfc2d25ecb Fixed - RedissonTopic.removeListener throws RejectedExecutionException 6 years ago
Nikita Koksharov b289817a4c Merge branch 'master' of github.com:redisson/redisson 6 years ago
Nikita Koksharov 44ea59f9f6 Fixed - connection is not reconnected #1811 6 years ago
Nikita Koksharov 0a849297f6
Merge pull request #1852 from hackworks/dhruva/check-if-lock-held-by-thread
Check if lock held by thread
6 years ago
Dhruva Krishnamurthy 55f6a77c29 Allow checking if lock is held by a thread - helps when using thread pools
* When using executors/thread pools to acquire and release locks, it is
helpful to be able to check if the lock is held by a specified thread and
not just the 'current thread'.
6 years ago
Nikita Koksharov eb4200dfea Show warning in replicated if slave nodes not found 6 years ago
Nikita Koksharov 022144dc0e refactoring 6 years ago
Nikita Koksharov 0f85ab7f4b refactoring 6 years ago
Nikita Koksharov c89617ce47 Feature - search LiveObjects by field. #1128 6 years ago
Nikita Koksharov 1a9c2b52a0 Fixed - keepAlive setting is not set for single server connection mode. #1843 6 years ago
Nikita Koksharov 24a5a6c7f5 bytebuddy updated 6 years ago
Nikita Koksharov 9506e8fd3a refactoring 6 years ago
Nikita Koksharov ba6b9fdbfc Improvement - return null if session object couldn't be parsed. #1773 6 years ago
Nikita Koksharov 1bd6de829b Feature - cachedKeySet, cachedValues, cachedEntrySet and getCachedMap methods added to RLocalCachedMap object. #1823 6 years ago
Nikita Koksharov 4e1331fde8 Fixed - NPE in CommandPubSubDecoder. #1838 6 years ago
Nikita Koksharov cd49e38f48 Fixed - `pollFromAny` doesn't support Redis cluster. #1831 6 years ago
Nikita Koksharov 820fe3b68e Fixed - RGeo.pos throws ClassCastException #1837 6 years ago
Nikita Koksharov ff16c2bcfd Fixed - LRUCacheMap throws ArrayIndexOutOfBoundsException. #1836 6 years ago