|
|
|
|
|
by cylix
3274 days ago
|
|
Thanks for your feedback! "Why does namespace need explicit "cpp_" prefix?"
I get used to namespace by the library name for each library I build. I believe it does make sense, I think here the issue is maybe more about the library name itself.
As other people suggested, it is still possible to create an alias for this namespace "Why do classes inside "cpp_redis" namespace still have "redis_" prefix?"
I 100% agree and I think I will change that!
It is also inconsistent as I got a `redis_client` class but at the same time a `future_client` without redis_prefix.
I definitely makes more sense to name it only redis and I'll make that change later on:) Thanks foryour feedback though :) |
|