o
    h                     @   sB   d dl mZ d dlmZ dZddgZefdededefd	dZd
S )    )crc_hqx)EncodedTi @  key_slotREDIS_CLUSTER_HASH_SLOTSkeybucketreturnc                 C   sT   |  d}|dkr#|  d|d }|dkr#||d kr#| |d | } t| d| S )zCalculate key slot for a given key.
    See Keys distribution model in https://redis.io/topics/cluster-spec
    :param key - bytes
    :param bucket - int
       {   }   r   )findr   )r   r   startend r   K/var/www/html/optinet_system/venv/lib/python3.10/site-packages/redis/crc.pyr      s   
N)binasciir   redis.typingr   r   __all__intr   r   r   r   r   <module>   s
    