ErrLookup › redis/jedis

redis/jedis

Redis Java client · Java · 547 source files

Analyzed at 6dac31d4c2 on 2026-09-08. 242 documented errors.

Code / MessageTypeSeverityTags
Could not get master address from
console warning redis-sentinel, jedis-exception, connection-timeout, high-availability, startup
Blocking pub/sub operations are not supported on…
exception error java, redis, pubsub, resp2, authentication
No healthy database available after initialization policy…
exception error redis, jedis, connection, multi-db, race-condition, health-check
Initialization failed due to initialization policy
exception error redis, jedis, connection, initialization, multi-db, health-check
HIMPORT is not supported on
exception error java, jedis, unsupported-operation, pipelining, himport, transactions
setHostAndPort method has limited capability.
exception error java, redis, cluster, socket-factory, illegal-state
Health check timed out or failed for
console warning health-check, timeout, multi-db, redis-enterprise, failover
Error while force disconnecting connection:
console warning connection-pool, socket-close, shutdown, failover, log-warning
failed to connect. Please check configuration and try again.
validation error redis, jedis, connection, multi-db, validation, failover
Can not get master address. Sentinel: .
console warning redis-sentinel, master-refresh, failover, high-availability, polling
Failed to create socket.
exception critical network, socket, connection, redis
Client-side caching is only supported with RESP3.
validation error jedis, client-side-caching, resp3, configuration, builder
Active database has changed since transaction started
exception error redis, failover, transactions, multi-db
Ignoring malformed maintenance push
console warning redis, protocol, push-message, maintenance, parsing
Can not get master addr, master name
console warning redis, sentinel, configuration, failover
Cluster retry deadline exceeded.
exception critical cluster, retry, timeout, network, failover
Failed to insantiate custom cache type!
exception error reflection, cache, instantiation-failed
Resource is returned to the pool as broken
console warning redis, connection-pool, resource-cleanup, network
Error while validating pooled Connection object.
console warning redis, connection-pool, health-check, network
Lost connection to Sentinel
console warning redis, sentinel, pubsub, reconnect, logging
Must not instantiate this class
exception error java, reflection, utility-class, search
The connection to ' ' failed ssl/tls hostname verification.
exception critical ssl, tls, hostname-verification, security, connection
Database is not healthy
exception error redis, failover, connection-pool, health-check
Unknown message type
exception error pubsub, protocol-desync, redis
Lost connection to Sentinel
console warning redis, sentinel, pubsub, network, retry
Availability check for
console warning rest-api, http, health-check, redis-enterprise, availability
Can not get master addr, master name
console warning redis, sentinel, failover, configuration
GeoRadiusStoreParam must has store or storedist option
exception error jedis, georadius, parameter-validation, illegal-argument
Jedis does not support RESP3 protocol auto-negotiation…
console info redis, resp3, protocol, configuration, deprecation
Sentinel is not monitoring master .
console warning redis-sentinel, master-name, configuration, high-availability
Error while validating pooled Jedis object.
console warning redis, connection-pool, health-check, network
JedisConnectionException
exception error connection-pool, wrapped-exception, multi-db
Cache cannot be null!
validation error null-argument, illegal-argument, client-side-caching
Malformed MOVING push:
exception error redis, resp3, push, maintenance, parsing
Cannot get master address from sentinel running @
console warning redis, sentinel, network, failover, high-availability
Database/database endpoint successfully updated from
console info circuit-breaker, failover, multi-db, logging, switch
Version can not be null
validation error null-check, version-parsing, client-side-caching, illegal-argument
Aggregation requires exactly one spec per key: numkeys=
validation error java, validation, timeseries, multi-key
Maintenance notifications:
exception error resp3, maintenance-notifications, configuration
Provided endpoint: is not within the configured endpoints…
validation error jedis, validation, multidb, unknown-endpoint
Database/database endpoint
console info circuit-breaker, failover, multi-db, logging, recovery
Maintenance eviction pass failed; retired connections…
console warning redis, connection-pool, maintenance, network
Message cannot be null
validation error null-argument, constructor, push-consumer
Pool is closed!
exception error connection-pool, pool-closed, lifecycle, multi-db
Timeout while waiting for health check result
validation error health-check, timeout, multi-db, failover
Unknown message type
exception error java, redis, pubsub, protocol, unexpected-message
AGG_SUM policy requires numeric type, but got
exception error cluster, aggregation, response-policy, type-mismatch, broadcast
Could not enable client tracking. Reply
exception error client-side-caching, client-tracking, command-failed
All required VectorField parameters are not set.
validation error java, search, schema, builder-validation
ArgrepParams must be created via unbounded(), range()…
exception error params, illegal-state, argrep, misuse
BLOCK min_count must be <= MAX_COUNT
validation error java, validation, timeseries, conflicting-options
Driver name must not be null
validation error validation, null, driver-info, client-setinfo
is not supported.
validation error java, illegal-argument, scan-iteration, connection
Cannot use Jedis when in Multi. Please use Transaction or…
exception error transaction, multi, illegal-state, redis
Failed to serialize object
exception error serialization, cache, client-side-caching
Failed to deserialize object
exception error deserialization, cache, class-not-found
FILTER arguments must be set.
validation error java, timeseries, validation, missing-argument
Cacheable is required to create the default cache!
validation error cache-config, missing-required-config, client-side-caching
Failed to delete cursor
console info redis, search, cursor, cleanup
All configured databases are unhealthy. Cannot initialize…
exception error redis, jedis, connection, initialization, multi-db, health-check, network
Client side caching is only supported with 'Redis 7.4' or…
exception error client-side-caching, version-check, redis-7-4
MULTI command failed. Received response:
exception error transaction, multi, redis-protocol
Support only execute to replica in ClusterCommandExecutor
exception error unsupported-operation, cluster, executor
Retry deadline exceeded.
exception error retry, timeout, connection, standalone
At least one endpoint must be specified
validation error jedis, multi-db, builder, configuration, missing-endpoints
is not connected to a Connection.
exception error auth, token-based-authentication, lifecycle
Cannot open Redis connection due invalid URI
exception critical uri, configuration, invalid-uri, connection
No connections available from connection provider
exception error jedis, search, aggregation, connection-provider, initialization
Aggregators must be non-null and non-empty
validation error java, timeseries, validation
Maintenance notifications: events not supported on server
exception error redis, handshake, maintenance-notifications, server-compatibility
is not supported. Value: " ".
validation error jedis, client-side-caching, cache, type-mismatch, argument
commandObjects must not be null or empty
validation error cluster, broadcast, argument-validation, empty-collection
DEFAULT policy requires List, Set, Map, JedisByteHashMap…
exception error cluster, aggregation, response-policy, type-mismatch
Failed to find compatible constructor for custom cache…
exception error reflection, cache, constructor-signature
HashImport ' ' has been discarded
exception error state, illegal-state, redis, hash-import
Cache is required to build CacheConnection.
exception error unsupported-operation, client-side-caching, builder
requires Boolean, Long, ArrayList , or ArrayList , but got
exception error cluster, aggregation, response-policy, type-mismatch, logical
HashImport ' ' expects values but got
validation error argument-count, illegal-argument, redis, hash-import
Name must not be null
validation error validation, null, driver-info, client-setinfo
Endpoint already exists in the provider
validation error validation, duplicate-key, concurrency, multi-db
Cannot use Jedis when in Pipeline. Please use Pipeline or…
exception error pipeline, illegal-state, redis, buffered-commands
<server status code reply>
exception warning shutdown, server-reply, jedis-exception, redis
Can connect to sentinel, but
exception error sentinel, configuration, redis
Cannot get NodeKey for command with multiple hash slots
exception error redis-cluster, cross-slot, pipeline
Failed to create connection!
exception error connection-pool, fail-fast, multi-db, failover
Provided endpoint is null. Please use one from the…
validation error jedis, null-argument, validation, multidb
Unknown stream entry deletion result code
exception error redis, streams, unknown-enum-code, version-mismatch
No cluster nodes available.
exception critical cluster, topology, replica, routing
Failed to fetch next aggregation batch
exception error jedis, search, aggregation, cursor, wrapped-exception
EXCLUDEEMPTY is not allowed with GROUPBY.
validation error java, timeseries, mutually-exclusive, validation
COUNT must be set before ANY to be set
exception error params, georadius, geo, argument-order
Multi-shard command is only supported in…
exception error unsupported-operation, cluster, multi-key
Unexpected response
exception error redis, transactions, protocol, unexpected-response
All sentinels down, cannot determine where is
exception critical sentinel, network, connectivity
Health check interrupted while sleeping for
console warning health-check, interruption, threading, multidb
protocol must not be null
validation error configuration, null-check, handshake, protocol
Unsupported key type
validation error redis-cluster, key-encoding, invalid-argument
BLOCK milliseconds must be a non-negative integer
validation error java, validation, timeseries, argument-out-of-range
Error while checking availability
exception error health-check, network, failover, multi-db
must not contain spaces, newlines, non-printable…
validation error validation, invalid-characters, driver-info