Open sachinjogi opened 1 month ago
The changes in this pull request involve the from_url
class method of the FalkorDB
class in falkordb.py
. A new keyword argument, unix_socket_path
, is introduced, allowing the method to accept a Unix socket path for establishing connections. This modification enhances the flexibility of the connection parameters, particularly for users migrating from systems that utilize Unix sockets.
Files | Change Summary |
---|---|
falkordb/falkordb.py | Updated from_url method to include a new keyword argument unix_socket_path in kwargs . |
Objective | Addressed | Explanation |
---|---|---|
Falkordb Bulk Insert does not support --unix-socket-path option (#11) | ✅ |
🐰 In the land of code, a change was made,
A socket path for rabbits, in the shade.
From TCP to Unix, connections now flow,
Withfrom_url
updated, watch the data grow!
Hopping through errors, we’ll leap with delight,
FalkorDB’s magic shines ever so bright! ✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This should fix https://github.com/FalkorDB/falkordb-bulk-loader/issues/11.
Summary by CodeRabbit
from_url
method for establishing connections.