Functions | |
def | create_rocon_gateway_key |
def | create_rocon_hub_key |
def | create_rocon_key |
Utility Functions. | |
def | extract_rocon_key |
def | key_base_name |
def rocon_hub_client.hub_api.create_rocon_gateway_key | ( | unique_gateway_name, | |
key | |||
) |
Root the specified redis key name in our pseudo redis database under the gateway namespace. @note : currently does no checking of the incoming keys
Definition at line 38 of file hub_api.py.
Root the specified redis key name in our pseudo redis database under the hub namespace
Definition at line 27 of file hub_api.py.
def rocon_hub_client.hub_api.create_rocon_key | ( | key | ) |
Utility Functions.
Root the specified redis key name in our pseudo redis database.
Definition at line 17 of file hub_api.py.
def rocon_hub_client.hub_api.extract_rocon_key | ( | key | ) |
Extract the specified redis key name from our pseudo redis database.
Definition at line 48 of file hub_api.py.
def rocon_hub_client.hub_api.key_base_name | ( | key | ) |
Extract the base name (i.e. last value) from the key. e.g. rocon:key:pirate24 -> pirate24
Definition at line 58 of file hub_api.py.