pickledb
pickledb copied to clipboard
added ability to pass default value in get method
trafficstars
example:
db.get('key_dont_exist','default_value') 'default_value'
This seems like an essential feature, and is very common in various caching libraries across all languages. Why was issue #3 closed without this actually being merged?