mumoshu / play2-memcached

A memcached plugin for Play 2.x
Other
161 stars 66 forks source link

Empty key exception #25

Closed speechkey closed 11 years ago

speechkey commented 11 years ago

I'm getting an IllegalArgumentException on quering with an empty key. Is it not a better solution to return a None?

Thanks, Artem.

mkubala commented 11 years ago

Hi, appropriate fix was merged a few days ago: https://github.com/mumoshu/play2-memcached/pull/24 You can use snapshot version or wait for the next stable release.

speechkey commented 11 years ago

Thanks. Nice speed! :-)

mumoshu commented 11 years ago

Hi, @speechkey

FYI, I have published the version 0.5.0-RC1 (which is for Play 2.2 for now) with the fix contributed by @mkubala Hope this helps!