Skip to content

Commit

Permalink
implement an sslContext class which can be used for passing the sslCo…
Browse files Browse the repository at this point in the history
…ntext to the RedisCluster
  • Loading branch information
robin-brabants committed Mar 26, 2024
1 parent 97961bd commit c8db434
Show file tree
Hide file tree
Showing 7 changed files with 573 additions and 164 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-redis": "^5.3.2 || ^6.0",
"laminas/laminas-cache": "^3.10"
"laminas/laminas-cache": "^3.10",
"symfony/serializer": "^6.4",
"ext-openssl": "*"
},
"provide": {
"laminas/laminas-cache-storage-implementation": "1.0"
Expand Down
Loading

0 comments on commit c8db434

Please sign in to comment.