redis- উদাহরণ সংস্করণ চেক কিভাবে?
রেডিস সাইটে আমি এই আদেশটি পেয়েছি :
is redis- সার্ভার
এবং এটি আমাকে দেওয়া উচিত (সাইট অনুযায়ী):
[28550] 01 Aug 19:29:28 # Warning: no config file specified, using the default config. In order to specify a config file use 'redis-server /path/to/redis.conf'
[28550] 01 Aug 19:29:28 * Server started, Redis version 2.2.12
[28550] 01 Aug 19:29:28 * The server is now ready to accept connections on port 6379
... and so forth ...
তবে আমি এটি পরিবর্তে পেয়েছি:
[8719] 04 Feb 14:51:09.009 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
[8719] 04 Feb 14:51:09.009 # Unable to set the max number of files limit to 10032 (Operation not permitted), setting the max clients configuration to 3984.
[8719] 04 Feb 14:51:09.009 # Creating Server TCP listening socket *:6379: bind: Address already in use
যার অর্থ এটির কনফিগার করা আমার দরকার, তবে আমি চাই সমস্ত সংস্করণ!
সুতরাং আমি পুনরায় উদাহরণ সংস্করণটি কীভাবে পরীক্ষা করব?