Skip to content

Commit 57e5d22

Browse files
committed
fix: add option redis_array in xsd
1 parent 7b4e134 commit 57e5d22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Resources/config/schema/redis-1.0.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
<xsd:attribute name="prefix" type="xsd:string" />
5656
<xsd:attribute name="replication" type="xsd:boolean" />
5757
<xsd:attribute name="slave-failover" type="phpredis-slave-failover-type" />
58+
<xsd:attribute name="redis_array" type="xsd:boolean" />
5859
</xsd:complexType>
5960

6061
<xsd:simpleType name="phpredis-serialization-type">

0 commit comments

Comments
 (0)