To stop and remove the Redis container:
docker stop redis-events
docker rm redis-events
To drop the Teradata table:
DROP TABLE event_data;
To stop and remove the Redis container:
docker stop redis-events
docker rm redis-events
To drop the Teradata table:
DROP TABLE event_data;