You are here

constant QueueBase::KEY_PREFIX in Redis 8

Prefix used with all keys.

File

src/Queue/QueueBase.php, line 17

Class

QueueBase
Redis queue implementation.

Namespace

Drupal\redis\Queue

Code

const KEY_PREFIX = 'drupal:queue:';