tonivade / claudb

ClauDB is a REDIS implementation in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java11 support

tonivade opened this issue · comments

Java11 support

@tonivade
First of all.. thx for making such a great application.
You mentioned that you're making this for fun..
Wow.. I can not believe this can be done just for fun. You're great!!

By the way, I'd like to use this as a mock redis server for unit test.
Does not it support java11? What happens if I run caludb in java11?
Could u explain little bit plz?

Thanks for you kind words!

About your question, yes, it should support 100% java11 (even java17) without problems. Honestly I don't remember why I created this issue in first place.

OK. Thank you for clearing this.
I'll use this with easy from now on.
TTTTHHHHAAANNNKKKS!!