SnappyDB
SnappyDB copied to clipboard
exception on key not found
Hi. Thanks for good work. how to avoid exception on key not found and just return null. thanks
Use try and catch. I know, there are no better solution for this.