from apple_playlists_additions_notifications.constants import APP_NAME def get_key(key: str) -> str: """Compose a Redis key. Args: key (str): Key. Returns: str: Complete key constructed by concatenated prefix + key. """ return f'{APP_NAME}/{key}'