Skip to content

Commit

Permalink
Merge branch 'master' into config-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
JyotinderSingh committed Nov 20, 2024
2 parents 60371bb + 0347420 commit 3af4c6c
Show file tree
Hide file tree
Showing 33 changed files with 5,400 additions and 1,542 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
bin/dice
*.aof
*.out
*.prof
.vscode/
dice-server
dicedb
Expand Down
1 change: 1 addition & 0 deletions docs/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.18
6 changes: 6 additions & 0 deletions docs/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@
to = "https://dicedb.io"
status = 301
force = true

[[redirects]]
from = "/docs"
to = "/get-started/installation/"
status = 301
force = true
Loading

0 comments on commit 3af4c6c

Please sign in to comment.