| Package | Description |
|---|---|
| redis.clients.jedis.csc |
This package contains the classes and interfaces related to Server-assisted Client-side Caching.
|
| redis.clients.jedis.csc.hash |
This package contains the classes and interface for hashing command arguments to support
Server-assisted Client-side Caching.
|
| Class and Description |
|---|
| CommandLongHasher
The interface for hashing a command object to support client-side caching.
|
| Class and Description |
|---|
| AbstractCommandHasher |
| AbstractSimpleCommandHasher
It is possible to extend
this abstract class in order to implement
CommandLongHasher as AbstractCommandHasher.hashLongs(long[]) and
AbstractSimpleCommandHasher.hashBytes(byte[]) are supported by almost all Java hashing libraries. |
| CommandLongHasher
The interface for hashing a command object to support client-side caching.
|
| SimpleCommandHasher
This
CommandLongHasher implementation is simply based on Arrays.hashCode(long[])
and Arrays.hashCode(byte[]). |
Copyright © 2024. All rights reserved.