redis/jedis

Documented errors, page 2 of 3. Back to redis/jedis

Code / MessageTypeSeverityTags
healthCheckStrategy must not be null
validation error configuration, null-check, multi-db, health-check
HELLO response is missing the protocol version field
exception critical jedis, handshake, hello, resp3
Unexpected message
exception error pubsub, thread-safety, redis
No response stream available from server
http warning http, network, io, rest-api
Aggregators must not contain null elements
validation error java, timeseries, validation, null-check
Client side caching is only supported with RESP3.
exception error client-side-caching, resp3, protocol-mismatch
EXEC without MULTI
exception error transaction, state, exec
${status}
exception error transaction, queued, server-error
Broadcast command is only supported in…
exception error unsupported-operation, cluster, broadcast
Could not get a resource from the pool
exception critical pool, connection, exhaustion, network
No more aggregation results available
exception error jedis, search, aggregation, iterator, nosuchelement
String.valueOf(event)
console warning retry, resilience4j, failover, multidb, logging
healthCheckStrategySupplier must not be null
validation error configuration, null-check, multi-db, health-check
DISCARD command failed. Received response
exception error transaction, discard, redis-protocol
Driver version must not be null
validation error validation, null-argument, driver-info
Interrupted while waiting for health check result
exception error interrupt, health-check, multi-db, threading
Password not provided in uri.
validation error uri, password, authentication, argument-format
Either URI or host/port must be specified
validation error jedis, standalone, builder, configuration, missing-endpoint
must not be empty
validation error validation, empty-value, driver-info
Master name is required for Sentinel mode
validation error jedis, sentinel, builder, configuration, missing-argument
Failed to set SO_TIMEOUT
exception error redis, socket, timeout, broken-connection
Not supported in cluster mode.
exception error redis-cluster, wait, unsupported-operation, replication
Unrecognized header
exception error redisearch, search, response-parsing
DriverInfo must not be null
validation error java, validation, null-check, client-setinfo
is not supported.
exception error jedis, search, aggregation, unsupported-type, connection-provider
Please close pipeline or multi block before calling this…
exception error pipeline, transaction, jedis, illegal-state
Must choose exactly one filter in
exception error params, filterby, illegal-argument, command-list
At least one cluster node must be specified for cluster mode
validation error jedis, cluster, builder, configuration, missing-nodes
Failed to initialize aggregation cursor
exception error jedis, search, aggregation, cursor, initialization
At least one aggregator is required
validation error java, validation, timeseries, illegal-argument
Max attempts must be positive for cluster mode
validation error jedis, cluster, builder, retry, configuration
Server does not support HELLO
exception error protocol, resp3, compatibility, server-version, hello-command
Command '' with request policy cannot be executed in…
exception error cluster, pipeline, unsupported-operation, hash-slot-routing
MAX_COUNT must be a positive integer
validation error java, validation, timeseries, argument-out-of-range
WATCH inside MULTI is not allowed
exception error redis, transactions, watch, illegal-state
Cannot get connection for command with multiple hash slots
exception error jedis, cluster, hash-slots, redis
FAILOVER with force option requires both a timeout and…
exception error params, failover, cluster, illegal-argument
REDUCE COLLECT requires either fields(...) or fieldsAll()…
validation error jedis, search, aggregation, reducer, missing-configuration
Cluster mode only supports SCAN command with MATCH pattern…
validation error redis-cluster, scan, hash-tag, illegal-argument
keysValues must contain an even number of elements…
validation error
REDUCE COLLECT cannot mix FIELDS * with explicit field names
validation error jedis, search, aggregation, reducer, validation
Topology refresh period cannot be negative for cluster mode
validation error jedis, cluster, builder, topology, configuration
Unexpected character!
exception error protocol, connection, redis
Cluster slots have holes.
exception error
SSL configuration failed
exception error ssl, tls, configuration, rest-api
Could not return the resource to the pool
exception error pool, resource-return, double-return
Unexpected response code
http error http, rest-api, redis-enterprise, configuration
Unknown protocol version:
validation error protocol, resp, invalid-enum-value
BLOCK min_count must be a positive integer
validation error java, validation, timeseries, argument-out-of-range
Bulk reply length is less than expected
exception error protocol, resp3, malformed-response, connection
Unknown protocol
validation error uri, protocol, enum, argument-value
Unknown message type:
exception error pubsub, protocol, redis
Endpoint and credentials are required to build…
exception error unsupported-operation, config, multi-db
DISCARD without MULTI
exception error transaction, multi-exec, discard, jedis
Slot calculation of null is impossible
validation error java, null-pointer, cluster, key
Cluster slots list is empty.
exception error
Ordering (OBO or BULK) must not be null.
exception error jedis, lmove, null-argument, illegal-argument
cursor must be set
validation error jedis, search, aggregation, cursor, argument-validation
Max total retries duration cannot be negative for cluster…
validation error jedis, cluster, builder, duration, configuration
payload must be String or byte[]
validation error java, illegal-argument, type-mismatch
Failed to check buffer on connection.
exception error redis, socket, stale-connection, health-check
AuthXManager failed to start!
exception critical authentication, token-manager, jedis, startup
is not a valid ZRANGE type argument.
exception error jedis, params, zset, invalid-argument
Failed to create input/output stream
exception error redis, connection, io, tls
At least one sentinel must be specified for Sentinel mode
validation error jedis, sentinel, builder, configuration, missing-nodes
Both FROMMEMBER and FROMLONLAT cannot be used.
exception error jedis, geosearch, mutually-exclusive, illegal-argument
Unexpected end of stream.
exception error connection, network, eof, redis
It seems like server has closed the connection.
exception error connection, network, eof, redis
requires ArrayLists of equal size, but got sizes: and
exception error aggregation, arraylist, size-mismatch, unsupported-operation
Either FROMMEMBER or FROMLONLAT must be used.
exception error jedis, geosearch, missing-required-argument, illegal-argument
MOVING target must be a host:port byte[] at index
exception error redis, push-events, protocol-parsing, malformed-data
Stream entry deletion result value cannot be null
exception error redis, streams, null-check
It is not allowed to create Pipeline from this
exception error pipeline, unsupported-operation, jedis, cluster
Buffer size <= 0
validation error buffer, constructor, argument-value, protocol
Cannot open Redis connection due invalid URI.
exception error
file is not a file
validation error ssl, file, configuration, jedis
Unknown reply:
exception critical protocol, connection, redis-stream-corruption, resp
Database can not be removed due to no healthy database…
exception error failover, health-check, multi-db
Failed to read pending buffer for push messages!
exception error network, pubsub, resp3, push-messages, connection
Can connect to sentinel, but
exception critical jedis, sentinel, configuration, redis
Must have at least one tag
validation error java, search, validation, querybuilder
start, end and count must be set.
exception error jedis, params, redis-streams, missing-argument
All sentinels down, cannot determine where
exception critical jedis, sentinel, network, redis
Malformed MIGRATING push
exception error redis, resp3, push, migration, parsing
client info cannot contain spaces, newlines or special…
validation error jedis, validation, client-info
Endpoint must not be null
validation error validation, null-check, multi-db
Failed to evict connections from pool
exception error java, jedis, connection-pool, eviction, authentication
It is not allowed to create Transaction from this
exception error redis, multi-db, transaction, uninitialized-state
LIMIT offset and count must be non-negative
validation error jedis, search, aggregation, limit, argument-validation
Range must not be null.
validation error jedis, argument-validation, null-check
DIALECT=0 cannot be set.
validation error jedis, redis-search, dialect, argument-validation
Unknown endpoint type:
exception error redis, endpoint, enum, unmapped-value
AggregationBuilder must have cursor configured
validation error redisearch, aggregation, cursor, precondition
COUNT or EXACTLY must be specified.
exception error jedis, lmove, missing-required-argument, illegal-argument
requires Boolean, Long, ArrayList , or ArrayList , but got…
exception error aggregation, type-mismatch, unsupported-operation, logical
Unsupported protocol:
validation error configuration, handshake, resp3, protocol, invalid-enum
Could not return the broken resource to the pool
exception error pool, broken-resource, resource-cleanup
No nodes to initialize cluster slots cache.
exception critical jedis, cluster, configuration, redis
" + key.toString() + " is not a valid argument.
validation error key-prefixing, argument-type, validation
Malformed MIGRATED push
exception error redis, resp3, push, migration, parsing