from the manual:
"Get all key names"
Retrieve a list of all the key names that currently exist in storage. This triggers "On all key names loaded" when the list has been loaded, where the KeyCount and KeyAt expressions can be used to access the list.
another option would be to store all the data in an array, and then just save the array to local storage so there is only one key to set and get.