|
Cat Feeder
1.0.0
The Cat feeder project
|
# +==== BEGIN CatFeeder =================+ # LOGO: # ..............(..../\ # ...............)..(.') # ..............(../..) # ...............\(__)| # Inspired by Joan Stark # source https://www.asciiart.eu/ # animals/cats # /STOP # PROJECT: CatFeeder # FILE: redis_constants.py # CREATION DATE: 17-11-2025 # LAST Modified: 14:51:30 19-12-2025 # DESCRIPTION: # This is the backend server in charge of making the actual website work. # /STOP # COPYRIGHT: (c) Cat Feeder # PURPOSE: These are the constants for the redis class that will allow the class to have descriptive info. # // AR # +==== END CatFeeder =================+
| int backend.src.libs.redis.redis_constants.DAY_1 = HOUR_24 |
Definition at line 185 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.DAY_2 = DAY_1*2 |
Definition at line 186 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.DAY_3 = DAY_1*3 |
Definition at line 187 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.DAY_4 = DAY_1*4 |
Definition at line 188 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.DAY_5 = DAY_1*5 |
Definition at line 189 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.DAY_6 = DAY_1*6 |
Definition at line 190 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.DAY_7 = DAY_1*7 |
Definition at line 191 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_1 = MIN_1*60 |
Definition at line 159 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_10 = HOUR_1*10 |
Definition at line 168 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_11 = HOUR_1*11 |
Definition at line 169 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_12 = HOUR_1*12 |
Definition at line 170 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_13 = HOUR_1*13 |
Definition at line 171 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_14 = HOUR_1*14 |
Definition at line 172 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_15 = HOUR_1*15 |
Definition at line 173 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_16 = HOUR_1*16 |
Definition at line 174 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_17 = HOUR_1*17 |
Definition at line 175 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_18 = HOUR_1*18 |
Definition at line 176 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_19 = HOUR_1*19 |
Definition at line 177 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_2 = HOUR_1*2 |
Definition at line 160 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_20 = HOUR_1*20 |
Definition at line 178 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_21 = HOUR_1*21 |
Definition at line 179 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_22 = HOUR_1*22 |
Definition at line 180 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_23 = HOUR_1*23 |
Definition at line 181 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_24 = HOUR_1*24 |
Definition at line 182 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_3 = HOUR_1*3 |
Definition at line 161 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_4 = HOUR_1*4 |
Definition at line 162 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_5 = HOUR_1*5 |
Definition at line 163 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_6 = HOUR_1*6 |
Definition at line 164 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_7 = HOUR_1*7 |
Definition at line 165 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_8 = HOUR_1*8 |
Definition at line 166 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.HOUR_9 = HOUR_1*9 |
Definition at line 167 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_1 = SEC_1*60 |
Definition at line 97 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_10 = MIN_1*10 |
Definition at line 106 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_11 = MIN_1*11 |
Definition at line 107 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_12 = MIN_1*12 |
Definition at line 108 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_13 = MIN_1*13 |
Definition at line 109 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_14 = MIN_1*14 |
Definition at line 110 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_15 = MIN_1*15 |
Definition at line 111 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_16 = MIN_1*16 |
Definition at line 112 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_17 = MIN_1*17 |
Definition at line 113 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_18 = MIN_1*18 |
Definition at line 114 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_19 = MIN_1*19 |
Definition at line 115 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_2 = MIN_1*2 |
Definition at line 98 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_20 = MIN_1*20 |
Definition at line 116 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_21 = MIN_1*21 |
Definition at line 117 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_22 = MIN_1*22 |
Definition at line 118 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_23 = MIN_1*23 |
Definition at line 119 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_24 = MIN_1*24 |
Definition at line 120 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_25 = MIN_1*25 |
Definition at line 121 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_26 = MIN_1*26 |
Definition at line 122 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_27 = MIN_1*27 |
Definition at line 123 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_28 = MIN_1*28 |
Definition at line 124 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_29 = MIN_1*29 |
Definition at line 125 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_3 = MIN_1*3 |
Definition at line 99 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_30 = MIN_1*30 |
Definition at line 126 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_31 = MIN_1*31 |
Definition at line 127 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_32 = MIN_1*32 |
Definition at line 128 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_33 = MIN_1*33 |
Definition at line 129 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_34 = MIN_1*34 |
Definition at line 130 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_35 = MIN_1*35 |
Definition at line 131 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_36 = MIN_1*36 |
Definition at line 132 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_37 = MIN_1*37 |
Definition at line 133 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_38 = MIN_1*38 |
Definition at line 134 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_39 = MIN_1*39 |
Definition at line 135 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_4 = MIN_1*4 |
Definition at line 100 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_40 = MIN_1*40 |
Definition at line 136 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_41 = MIN_1*41 |
Definition at line 137 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_42 = MIN_1*42 |
Definition at line 138 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_43 = MIN_1*43 |
Definition at line 139 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_44 = MIN_1*44 |
Definition at line 140 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_45 = MIN_1*45 |
Definition at line 141 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_46 = MIN_1*46 |
Definition at line 142 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_47 = MIN_1*47 |
Definition at line 143 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_48 = MIN_1*48 |
Definition at line 144 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_49 = MIN_1*49 |
Definition at line 145 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_5 = MIN_1*5 |
Definition at line 101 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_50 = MIN_1*50 |
Definition at line 146 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_51 = MIN_1*51 |
Definition at line 147 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_52 = MIN_1*52 |
Definition at line 148 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_53 = MIN_1*53 |
Definition at line 149 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_54 = MIN_1*54 |
Definition at line 150 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_55 = MIN_1*55 |
Definition at line 151 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_56 = MIN_1*56 |
Definition at line 152 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_57 = MIN_1*57 |
Definition at line 153 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_58 = MIN_1*58 |
Definition at line 154 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_59 = MIN_1*59 |
Definition at line 155 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_6 = MIN_1*6 |
Definition at line 102 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_60 = MIN_1*60 |
Definition at line 156 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_7 = MIN_1*7 |
Definition at line 103 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_8 = MIN_1*8 |
Definition at line 104 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.MIN_9 = MIN_1*9 |
Definition at line 105 of file redis_constants.py.
| str backend.src.libs.redis.redis_constants.REDIS_HOST_DEFAULT = "127.0.0.1" |
Definition at line 31 of file redis_constants.py.
| str backend.src.libs.redis.redis_constants.REDIS_HOST_KEY = "REDIS_HOST" |
Definition at line 28 of file redis_constants.py.
| str backend.src.libs.redis.redis_constants.REDIS_PASSWORD_KEY = "REDIS_PASSWORD" |
Definition at line 27 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.REDIS_PORT_DEFAULT = 6379 |
Definition at line 32 of file redis_constants.py.
| str backend.src.libs.redis.redis_constants.REDIS_PORT_KEY = "REDIS_PORT" |
Definition at line 29 of file redis_constants.py.
| str backend.src.libs.redis.redis_constants.REDIS_SOCKET_DEFAULT = "/run/redis/redis.sock" |
Definition at line 30 of file redis_constants.py.
| str backend.src.libs.redis.redis_constants.REDIS_SOCKET_KEY = "REDIS_SOCKET" |
Definition at line 26 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_1 = 1 |
Definition at line 35 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_10 = SEC_1*10 |
Definition at line 44 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_11 = SEC_1*11 |
Definition at line 45 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_12 = SEC_1*12 |
Definition at line 46 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_13 = SEC_1*13 |
Definition at line 47 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_14 = SEC_1*14 |
Definition at line 48 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_15 = SEC_1*15 |
Definition at line 49 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_16 = SEC_1*16 |
Definition at line 50 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_17 = SEC_1*17 |
Definition at line 51 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_18 = SEC_1*18 |
Definition at line 52 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_19 = SEC_1*19 |
Definition at line 53 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_2 = SEC_1*2 |
Definition at line 36 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_20 = SEC_1*20 |
Definition at line 54 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_21 = SEC_1*21 |
Definition at line 55 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_22 = SEC_1*22 |
Definition at line 56 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_23 = SEC_1*23 |
Definition at line 57 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_24 = SEC_1*24 |
Definition at line 58 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_25 = SEC_1*25 |
Definition at line 59 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_26 = SEC_1*26 |
Definition at line 60 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_27 = SEC_1*27 |
Definition at line 61 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_28 = SEC_1*28 |
Definition at line 62 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_29 = SEC_1*29 |
Definition at line 63 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_3 = SEC_1*3 |
Definition at line 37 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_30 = SEC_1*30 |
Definition at line 64 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_31 = SEC_1*31 |
Definition at line 65 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_32 = SEC_1*32 |
Definition at line 66 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_33 = SEC_1*33 |
Definition at line 67 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_34 = SEC_1*34 |
Definition at line 68 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_35 = SEC_1*35 |
Definition at line 69 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_36 = SEC_1*36 |
Definition at line 70 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_37 = SEC_1*37 |
Definition at line 71 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_38 = SEC_1*38 |
Definition at line 72 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_39 = SEC_1*39 |
Definition at line 73 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_4 = SEC_1*4 |
Definition at line 38 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_40 = SEC_1*40 |
Definition at line 74 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_41 = SEC_1*41 |
Definition at line 75 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_42 = SEC_1*42 |
Definition at line 76 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_43 = SEC_1*43 |
Definition at line 77 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_44 = SEC_1*44 |
Definition at line 78 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_45 = SEC_1*45 |
Definition at line 79 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_46 = SEC_1*46 |
Definition at line 80 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_47 = SEC_1*47 |
Definition at line 81 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_48 = SEC_1*48 |
Definition at line 82 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_49 = SEC_1*49 |
Definition at line 83 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_5 = SEC_1*5 |
Definition at line 39 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_50 = SEC_1*50 |
Definition at line 84 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_51 = SEC_1*51 |
Definition at line 85 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_52 = SEC_1*52 |
Definition at line 86 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_53 = SEC_1*53 |
Definition at line 87 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_54 = SEC_1*54 |
Definition at line 88 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_55 = SEC_1*55 |
Definition at line 89 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_56 = SEC_1*56 |
Definition at line 90 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_57 = SEC_1*57 |
Definition at line 91 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_58 = SEC_1*58 |
Definition at line 92 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_59 = SEC_1*59 |
Definition at line 93 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_6 = SEC_1*6 |
Definition at line 40 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_60 = SEC_1*60 |
Definition at line 94 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_7 = SEC_1*7 |
Definition at line 41 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_8 = SEC_1*8 |
Definition at line 42 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.SEC_9 = SEC_1*9 |
Definition at line 43 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.WEEK_1 = DAY_7 |
Definition at line 194 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.WEEK_2 = WEEK_1*2 |
Definition at line 195 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.WEEK_3 = WEEK_1*3 |
Definition at line 196 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.WEEK_4 = WEEK_1*4 |
Definition at line 197 of file redis_constants.py.
| int backend.src.libs.redis.redis_constants.YEAR_1 = DAY_1 * 365 |
Definition at line 200 of file redis_constants.py.