Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 670 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 670 Bytes

redisson-codec-protobuf

Redisson codec for protobuf

Release Build Status Codecov

   repositories {
        jcenter()
        maven { url "https://jitpack.io" }
   }
   dependencies {
         implementation 'com.github.pintia:redisson-codec-protobuf:v3.7.5'
   }