You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create instances of Redis lists for subtasks at Todos:users:<user_id>:subtasks:<task_id> in the set_tasks method in the redis_methods.py module. Implement querying of subtasks where necessary (likely on routes that query a single task)
The text was updated successfully, but these errors were encountered:
Create instances of Redis lists for subtasks at
Todos:users:<user_id>:subtasks:<task_id>
in theset_tasks
method in theredis_methods.py
module. Implement querying of subtasks where necessary (likely on routes that query a single task)The text was updated successfully, but these errors were encountered: