Module cloudi_key_value

CloudI Key/Value Data Access for RequestInfo

.

Copyright © 2014 Michael Truog

Version: 1.3.3 Sep 30 2014 14:01:30 ------------------------------------------------------------------------

Authors: Michael Truog (mjtruog [at] gmail (dot) com).

Description

CloudI Key/Value Data Access for RequestInfo

Data Types

key_values()

key_values() = key_values(binary() | string() | atom(), binary() | string() | any())

key_values()

key_values(Key, Value) = [{Key, Value}] | dict:dict(Key, Value)

Function Index

erase/2

Generic key/value erase.

RequestInfo's key/value result from request_info_key_value_parse/1 can be used here to erase request meta-data while encapsulating the data structure used for the lookup.
find/2

Generic key/value find.

RequestInfo's key/value result from request_info_key_value_parse/1 can be used here to access the request meta-data while encapsulating the data structure used for the lookup.
store/3

Generic key/value store.

RequestInfo's key/value result from request_info_key_value_parse/1 can be used here to store request meta-data while encapsulating the data structure used for the lookup.

Function Details

erase/2

erase(Key::any(), KeyValues::key_values()) -> NewKeyValues::key_values()

Generic key/value erase.

RequestInfo's key/value result from request_info_key_value_parse/1 can be used here to erase request meta-data while encapsulating the data structure used for the lookup.

find/2

find(Key::any(), KeyValues::key_values()) -> {ok, Value::any()} | error

Generic key/value find.

RequestInfo's key/value result from request_info_key_value_parse/1 can be used here to access the request meta-data while encapsulating the data structure used for the lookup.

store/3

store(Key::any(), Value::any(), KeyValues::key_values()) -> NewKeyValues::key_values()

Generic key/value store.

RequestInfo's key/value result from request_info_key_value_parse/1 can be used here to store request meta-data while encapsulating the data structure used for the lookup.


Generated by EDoc, Sep 30 2014, 14:01:30.