snc / SncRedisBundle

A Redis bundle for Symfony supporting Predis and PhpRedis
https://github.com/snc/SncRedisBundle
MIT License
1.04k stars 328 forks source link

RedisArray on phpredis #195

Open AlmogBaku opened 9 years ago

AlmogBaku commented 9 years ago

Is there any progress about this?

snc commented 9 years ago

What do you mean exactly?

AlmogBaku commented 9 years ago

Currently- the bundle doesn't support redis-array functionality with the native phpredis but only with predis. But as far as I know, this feature is feature should be exists: https://github.com/phpredis/phpredis/blob/master/arrays.markdown#readme

AlmogBaku commented 9 years ago

https://github.com/snc/SncRedisBundle/blob/23ffb61ad14aeb5086f053731b8476b54a5b6fd2/DependencyInjection/SncRedisExtension.php#L224

dklesev commented 8 years ago

any update on this?

ste93cry commented 2 years ago

Is RedisArray unsupported for some specific reason or is it just because it didn't get implemented? In the latter case I could take a look and contribute the change

ostrolucky commented 2 years ago

Go ahead, we are waiting for somebody contribute this