Cat Feeder  1.0.0
The Cat feeder project
Loading...
Searching...
No Matches
backend.src.libs.redis.redis_instance Namespace Reference

Data Structures

class  RedisCaching
 

Functions

redis.Redis _build_redis_client ()
 

Detailed Description

# +==== BEGIN CatFeeder =================+
# LOGO:
# ..............(..../\
# ...............)..(.')
# ..............(../..)
# ...............\‍(__)|
# Inspired by Joan Stark
# source https://www.asciiart.eu/
# animals/cats
# /STOP
# PROJECT: CatFeeder
# FILE: redis_instance.py
# CREATION DATE: 11-10-2025
# LAST Modified: 14:51:35 19-12-2025
# DESCRIPTION:
# This is the backend server in charge of making the actual website work.
# /STOP
# COPYRIGHT: (c) Cat Feeder
# PURPOSE: The file in charge of handling the redis connection as well as cache.
# // AR
# +==== END CatFeeder =================+

Function Documentation

◆ _build_redis_client()

redis.Redis backend.src.libs.redis.redis_instance._build_redis_client ( )
protected
Create and return a configured Redis client.

This function does not connect immediately; the client will establish
a connection upon first command execution.

Returns:
    redis.Redis: Configured Redis client instance.

Definition at line 39 of file redis_instance.py.