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