Skip to main content

main.go

main.go - Overview

This file serves as the entry point for the DiceDB application, delegating execution to the cmd package.

Detailed Documentation

main function

Purpose: The main function initializes and executes the DiceDB command-line interface. Returns: None