Skip to content

Commit

Permalink
fix: Update default prefix separator
Browse files Browse the repository at this point in the history
  • Loading branch information
yaraslau-kavaliou committed Jul 8, 2024
1 parent 1efb456 commit 2fc249e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/persistence/class.PhpRedisDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class common_persistence_PhpRedisDriver implements common_persistence_AdvKvDrive
public const DEFAULT_TIMEOUT = 5; // in seconds
public const RETRY_DELAY = 500000; // Eq to 0.5s

private const DEFAULT_PREFIX_SEPARATOR = '::';
private const DEFAULT_PREFIX_SEPARATOR = ':';

/**
* @var Redis
Expand Down

0 comments on commit 2fc249e

Please sign in to comment.