Remove bracket array literals from Redis
commit288f5810209e6072b43ae40b2ea5c2dbc88ae2c5
authorVassil Mladenov <vmladenov@fb.com>
Wed, 22 Jan 2020 05:57:03 +0000 (21 21:57 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 22 Jan 2020 06:02:54 +0000 (21 22:02 -0800)
tree63f5a494fc398a160ef19ee2d5762d21f1c99352
parentaf3c1a7f783a333c398b43d8edcffbc5c9409d6e
Remove bracket array literals from Redis

Summary: This changes occurrences of `[...]` to be either `varray[...]` or `darray[...]` in the Redis systemlib extension. Most of these were obvious from context, but there were a few non-obvious ones. I'll mark them inline.

Reviewed By: dneiter

Differential Revision: D19458278

fbshipit-source-id: c1d166f6fbc2f3edff9d06b55afbb1d5c7ae96e0
hphp/system/php/redis/Redis.php