pickledb icon indicating copy to clipboard operation
pickledb copied to clipboard

added ability to pass default value in get method

Open sureshdsk opened this issue 9 years ago • 1 comments
trafficstars

example:

db.get('key_dont_exist','default_value') 'default_value'

sureshdsk avatar Oct 16 '16 16:10 sureshdsk

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?

MaffooClock avatar Nov 14 '24 14:11 MaffooClock