# RPUSH The RPUSH command will insert all the specified values at the tail end o the list that is stored at the defined key, if the key does not exist then it will be created as an empty list before performing the push. Learn more from the following resources: - [@official@RPUSH Documentation](https://redis.io/docs/latest/commands/rpush/)