Top "Key-value" questions

A key-value pair is a set of two linked data items: a key which uniquely identifies some item of data, and the value, which is either the data that is identified or a pointer to the location of that data.

Reliable and efficient key--value database for Linux?

I need a fast, reliable and memory-efficient key--value database for Linux. My keys are about 128 bytes, and the maximum value …

python database store embedded-database key-value
How do I create a keyValue pair (display field) by combining/having two fields in CakePHP 3?

I need help getting two values (for human friendly dropdown) in a key-value pair using find or get or anything …

cakephp find cakephp-3.0 key-value dropdown
Max key/value length in 'application configuration' files

What's the maximum allowed length for MyKey and MyValue in a configuration file? <configuration> <appSettings> <…

c# configuration-files key-value maxlength
Easy way to do NSCoder enabled class

I have tons of objects which I want to save for offline use. Currently I use create NSCoder compliant classes …

objective-c ios key-value nscoder
Atomic transactions in key-value stores

Please excuse any mistakes in terminology. In particular, I am using relational database terms. There are a number of persistent …

couchdb transactions cassandra key-value
KeyEventArgs.KeyData, KeyEventArgs.KeyCode and KeyEventArgs.KeyValue

I have question about the KeyEventArgs's KeyCode and KeyData and KeyValue. KeyCode and Keydata are Keys type, but I don't …

c# .net keycode key-value keyeventargs