0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing test failures, additional error handling More... over 13 years ago
+ updated RedisTemplate/Operations More... over 13 years ago
+ implement most of the existing, basic, RedisOperations More... over 13 years ago
+ rename RedisKeyStore to KeyBound + add default implementations for BoundListOperations & co + wire RedisOperations into RedisTemplate More... over 13 years ago
+ introduce generics in the Redis store and Redis list More... over 13 years ago
+ update Atomic[Integer|Long] to the new generified Redis operations More... over 13 years ago
+ add more methods to the RedisOperations More... over 13 years ago
+ updated RedisAtomicInteger as well More... over 13 years ago
+ update RedisAtomicLong to use generics + updated RedisOperation/Template in the process More... over 13 years ago
+ add back generics to RedisSerializer + add basic String serializer (most likely used for keys) More... over 13 years ago
+ used UTF8 instead of ISO-8559-1 as the default charset More... over 13 years ago
- remove JedisPoolWrapper + improve the contract for some commands + add jedis implementation (using the binary fork) More... over 13 years ago
String -> byte[] refactoring + changed Commands interfaces + updated Jredis implementation More... over 13 years ago
Test coverage on most functionality. get/set operations. More... over 13 years ago
Test coverage on most functionality. get/set operations. More... over 13 years ago
+ finish Redis list tests + wire redis list test into PersonTest More... over 13 years ago
+ several improvements/bugfixes applied to RedisList + more redis list tests More... over 13 years ago
+ first stab at RedisList integration tests More... over 13 years ago
+ add minor improvement to jedis wrapper More... over 13 years ago
+ try to improve the cleanup of pooled Jedis connections More... over 13 years ago
+ improve RedisList addAll implementation More... over 13 years ago
+ improved serialization by using base64 instead of the default encoding + added integration test for more complicated Serializable classes More... over 13 years ago
+ complete collection tests More... over 13 years ago
+ add more integration tests for Redis collections More... over 13 years ago
+ add equals/hashcode contract to Redis collections More... over 13 years ago
+ improved JedisCF dispose contract More... over 13 years ago
+ properly implement clear for list (unfortunately through 2 commands) More... over 13 years ago
+ solved serialization problem for jedis + improve integration tests to better cleanup in case of failure More... over 13 years ago
+ eliminated encoding method from Redis Connection (moving towards a byte[] interface) More... over 13 years ago
+ trying to add serializer into place + added more integration tests + added generics for RedisList - still having serialization/deserialization problems More... over 13 years ago