Enter a search query
.unset()
Removes a variable for this connection.
Method Syntaxdb.unset(key)
key
Specifies the name of the variable.
# Remove the variable from the connection await db.unset('name')