Новая библиотека для Redis

This commit is contained in:
2020-04-25 11:41:19 +03:00
parent 37fd015311
commit 5936bf96f0
9 changed files with 369 additions and 312 deletions

View File

@ -223,7 +223,7 @@ CheckOptions:
- key: readability-identifier-naming.ProtectedMemberCase
value: camelBack
- key: readability-identifier-naming.ProtectedMemberPrefix
value: ''
value: 'm_'
- key: readability-identifier-naming.ProtectedMemberSuffix
value: ''
- key: readability-identifier-naming.ProtectedMethodCase