jylis_ex v0.1.0 Jylis.UJSON

Unordered JSON. [link]

Link to this section Summary

Functions

Remove all data stored at or under the given key

Get the JSON representation of the data currently held at key

Insert the given value as a new element in the set of values stored at key

Remove the specified value from the set of values stored at key

Store the given ujson data at the given key

Link to this section Functions

Link to this function clr(connection, keys)

Remove all data stored at or under the given key.

keys - A single key or List of keys.

Link to this function get(connection, keys)

Get the JSON representation of the data currently held at key.

keys - A single key or List of keys.

Link to this function ins(connection, keys, value)

Insert the given value as a new element in the set of values stored at key.

keys - A single key or List of keys.

Link to this function rm(connection, keys, value)

Remove the specified value from the set of values stored at key.

keys - A single key or List of keys.

Link to this function set(connection, keys, value)

Store the given ujson data at the given key.

keys - A single key or List of keys.