रेडिस-इंस्टेंस संस्करण की जांच कैसे करें?
मुझे रेडिस साइट में यह कमांड मिली है :
$ रेडिस-सर्वर
और वह मुझे (साइट के अनुसार) देना चाहिए:
[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
जिसका मतलब है कि मुझे इसे कॉन्फ़िगर करने की आवश्यकता है, लेकिन मैं चाहता हूं कि सभी संस्करण हैं!
तो मैं रेडिस उदाहरण संस्करण की जाँच कैसे करूँ?