Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
0.1.5 is now out! See the Changelog for details
Pynenc Redis Plugin
Logo
Pynenc Redis Plugin

Redis Plugin

  • Installation & Quick Start
  • Configuration Reference
  • Architecture

API Reference

  • API Reference
    • pynenc_redis
      • pynenc_redis.trigger
        • pynenc_redis.trigger.redis_trigger
      • pynenc_redis.broker
        • pynenc_redis.broker.redis_broker
      • pynenc_redis.conf
        • pynenc_redis.conf.config_broker
        • pynenc_redis.conf.config_trigger
        • pynenc_redis.conf.config_client_data_store
        • pynenc_redis.conf.config_orchestrator
        • pynenc_redis.conf.config_state_backend
        • pynenc_redis.conf.config_redis
      • pynenc_redis.client_data_store
        • pynenc_redis.client_data_store.redis_client_data_store
      • pynenc_redis.orchestrator
        • pynenc_redis.orchestrator.redis_orchestrator
      • pynenc_redis.util
        • pynenc_redis.util.mongo_client
        • pynenc_redis.util.redis_keys
      • pynenc_redis.state_backend
        • pynenc_redis.state_backend.redis_state_backend
      • pynenc_redis.builder

Pynenc Ecosystem

  • Pynenc Docs
  • MongoDB Plugin
  • RabbitMQ Plugin
Back to top
View this page
Edit this page

pynenc_redis.util.mongo_client¶

Module Contents¶

Functions¶

get_redis_client

Get a Redis client using connection pooling.

Data¶

_REDIS_POOLS

_POOLS_LOCK

API¶

pynenc_redis.util.mongo_client._REDIS_POOLS¶

None

pynenc_redis.util.mongo_client._POOLS_LOCK¶

‘RLock(…)’

pynenc_redis.util.mongo_client.get_redis_client(conf: pynenc_redis.conf.config_redis.ConfigRedis) → redis.Redis[source]¶

Get a Redis client using connection pooling.

Next
pynenc_redis.util.redis_keys
Previous
pynenc_redis.util
Copyright © 2026, Luis Diaz
Made with Sphinx and @pradyunsg's Furo
On this page
  • pynenc_redis.util.mongo_client
    • Module Contents
      • Functions
      • Data
      • API
        • _REDIS_POOLS
        • _POOLS_LOCK
        • get_redis_client()