|
{
|
|
"name": "drupal/redis",
|
|
"type": "drupal-module",
|
|
"description": "Integration of Drupal with the Redis key-value store.",
|
|
"suggest": {
|
|
"predis/predis": "^1.1.1"
|
|
},
|
|
"license": "GPL-2.0-or-later",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Drupal\\redis\\": "src"
|
|
}
|
|
}
|
|
}
|