On this page:
exn:  fail:  redis
exn:  fail:  redis:  timeout
exn:  fail:  redis:  type
exn:  fail:  redis:  script
exn:  fail:  redis:  script:  missing
exn:  fail:  redis:  pool
exn:  fail:  redis:  pool:  timeout

3 Exceptions🔗ℹ

struct

(struct exn:fail:redis exn:fail ()
    #:extra-constructor-name make-exn:fail:redis)

struct

(struct exn:fail:redis:timeout exn:fail:redis ()
    #:extra-constructor-name make-exn:fail:redis:timeout)

struct

(struct exn:fail:redis:type exn:fail:redis ()
    #:extra-constructor-name make-exn:fail:redis:type)

struct

(struct exn:fail:redis:script exn:fail:redis ()
    #:extra-constructor-name make-exn:fail:redis:script)

struct

(struct exn:fail:redis:script:missing exn:fail:redis ()
    #:extra-constructor-name make-exn:fail:redis:script:missing)

struct

(struct exn:fail:redis:pool exn:fail:redis ()
    #:extra-constructor-name make-exn:fail:redis:pool)

struct

(struct exn:fail:redis:pool:timeout exn:fail:redis:pool ()
    #:extra-constructor-name make-exn:fail:redis:pool:timeout)
The various Redis-related exceptions that functions in this package can raise.