11 2020 档案
摘要:#提交代码到远程分支 git clone git-url git add file_name git commit -m '' git push origin 分支名 合并分支到master git checkout master git merge 分支名 git push origin mast
阅读全文
摘要:查找key: 1.查找所有key keys * 2.查找某一个key: keys key_name 设置key和对应的value set key1 value1 设置key 获取某个key的value get key_name 查询某个key的有效期(返回的是单位为秒或者毫秒的数字) ttl key
阅读全文

浙公网安备 33010602011771号