geekxingyun / redis-connection-test-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create a new repository on the command line

echo "# redis-connection-test-sample" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:geekxingyun/redis-connection-test-sample.git
git push -u origin main

About


Languages

Language:Java 100.0%