Versions in this module Expand all Collapse all v1 v1.8.0 Mar 19, 2025 v1.7.0 Nov 22, 2024 Changes in this version + const KeyPrefix + type LdapUserCache interface + Count func(ctx context.Context) (int64, error) + LPush func(ctx context.Context, profiles []domain.Profile) error + Lrange func(ctx context.Context, offset, limit int64) ([]domain.Profile, error) + func NewLdapUserCache(client redis.Cmdable, expiration time.Duration) LdapUserCache + type RedisearchLdapUserCache interface + Document func(ctx context.Context, profiles []domain.Profile) error + Query func(ctx context.Context, keywords string, offset, limit int) ([]domain.Profile, int, error) + func NewRedisearchLdapUserCache(conn *redisearch.Client) RedisearchLdapUserCache