Sample Header Ad - 728x90

Standard key/value datastore for unix

25 votes
7 answers
6696 views
I know about the **key/value** libraries for unix (**berkeleydb**, **gdbm**, **redis**... ). But before I start coding, I wonder if there is a standard tool for unix that would allow me to perform the following operations: $ tool -f datastore.db put "KEY" "VALUE" $ tool -f datastore.db put -f file_key_values.txt $ tool -f datastore.db get "KEY" $ tool -f datastore.db get -f file_keys.txt $ tool -f datastore.db remove "KEY" $ etc... Thanks
Asked by Pierre (1803 rep)
Oct 3, 2011, 12:42 PM
Last activity: May 18, 2024, 03:42 AM