redis
2023-11-9 07:40:1 Author: dyrnq.com(查看原文) 阅读量:40 收藏

redis java library

Data serialization

https://github.com/redisson/redisson/wiki/4.-data-serialization

org.redisson.client.codec.Codec
org.redisson.client.codec.BaseCodec
org.redisson.client.codec.BitSetCodec
org.redisson.client.codec.ByteArrayCodec
org.redisson.client.codec.DoubleCodec
org.redisson.client.codec.IntegerCodec
org.redisson.client.codec.LongCodec
org.redisson.client.codec.StringCodec


org.redisson.codec.AvroJacksonCodec
org.redisson.codec.BaseEventCodec
org.redisson.codec.CborJacksonCodec
org.redisson.codec.CompositeCodec
org.redisson.codec.CustomObjectInputStream
org.redisson.codec.DefaultReferenceCodecProvider
org.redisson.codec.FstCodec
org.redisson.codec.IonJacksonCodec
org.redisson.codec.JacksonCodec
org.redisson.codec.JsonCodec
org.redisson.codec.JsonCodecWrapper
org.redisson.codec.JsonJacksonCodec
org.redisson.codec.Kryo5Codec
org.redisson.codec.KryoCodec
org.redisson.codec.LZ4Codec
org.redisson.codec.LZ4CodecV2
org.redisson.codec.MapCacheEventCodec
org.redisson.codec.MarshallingCodec
org.redisson.codec.MsgPackJacksonCodec
org.redisson.codec.ProtobufCodec
org.redisson.codec.ReferenceCodecProvider
org.redisson.codec.SerializationCodec
org.redisson.codec.SmileJacksonCodec
org.redisson.codec.SnappyCodec
org.redisson.codec.SnappyCodecV2
org.redisson.codec.TypedJsonJacksonCodec

org.springframework.integration.support.locks.LockRegistry

https://docs.spring.io/spring-integration/api/org/springframework/integration/support/locks/LockRegistry.html
https://docs.spring.io/spring-integration/api/org/springframework/integration/support/locks/package-summary.html

  • org.springframework.integration.support.locks.DefaultLockRegistry
  • org.springframework.integration.hazelcast.lock.HazelcastLockRegistry
  • org.springframework.integration.jdbc.lock.JdbcLockRegistry
  • org.springframework.integration.support.locks.PassThruLockRegistry
  • org.springframework.integration.redis.util.RedisLockRegistry
  • org.springframework.integration.zookeeper.lock.ZookeeperLockRegistry

org.apache.shardingsphere.mode.repository.cluster.lock.DistributedLock

  • org.apache.shardingsphere.mode.repository.cluster.lock.impl.DefaultDistributedLock
  • org.apache.shardingsphere.mode.repository.cluster.etcd.lock.EtcdDistributedLock
  • org.apache.shardingsphere.mode.repository.cluster.consul.lock.ConsulDistributedLock
  • org.apache.shardingsphere.mode.repository.cluster.zookeeper.lock.ZookeeperDistributedLock

Distributed locks and synchronizers(redisson impl)

https://github.com/redisson/redisson/wiki/8.-Distributed-locks-and-synchronizers

  • org.redisson.api.RLock
  • org.redisson.api.RFencedLock
  • org.redisson.RedissonFencedLock
  • org.redisson.RedissonFairLock
  • org.redisson.RedissonFencedLock
  • org.redisson.RedissonReadLock
  • org.redisson.RedissonWriteLock
  • org.redisson.RedissonMultiLock
  • org.redisson.RedissonRedLock
  • org.redisson.RedissonSpinLock
  • org.redisson.RedissonBaseLock
  • org.redisson.RedissonLock

文章来源: https://dyrnq.com/redis/
如有侵权请联系:admin#unsafe.sh