We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Redis / NoSQL

Hi!

Dont understand how to attach available Redis libs (or create own) to Phalcon. Do you have ideas or directions? Same for AWS Dynamo DB. Some Redis ORM available on github, lets say https://github.com/ZhukV/RedisORM but I am missing the starting point with phalcon...

Are you planning to support key value storage engines natively?

Thank you



98.9k

We don't have plans to support Redis or DynamoDB. Probably those stacks have advantages and disadvantages compared to Mongo, we have enough work to do on the ODM/Mongo to start supporting a new database.

If you want to use a third one, you could register the autoloader of the ORM you want to use in the application bootstrap (let's say app/config/loader.php), then you can access the ORM anywhere.