Jakub

Results 5 comments of Jakub

Hi, The mechanism responsible for connecting to memcached server and maintaining status of the connection is not part of Simple Spring Memcached library. This part is covered and handled by...

Good point @kwon37xi. I'll keep it in mind, still there can be some error/warning if key is too long or a way to enable some hash mechanism for all keys...

Hi @90K2 Thank you for your report. Do you have by any chance a sample simple project that reproduce the issue? In spring-cache-integration-test module I have a few tests, all...

Thank you very much @90K2 for the sample. I've reproduced the issue. Looks like to main problem is some kind of circular dependencies in SSM: - CacheBase looks for Cache...

It's occurred on JRedis 1.0-rc2. The same code is in current master: 2.0.0 Compatible. BTW. Any plans for new official jredis release compatible with redis 2.x?