I
Size: a a a
I
NO
D
NO
I
I
NO
D
NO
NO
PS
import redis from 'redis';
const client = redis.createClient({
host: '127.0.0.1',
port: '6379'
});
client.on('connect', function() {
console.log('connected');
});
client.on('error', error => {
console.error(error);
});
export default client;
PS
NO
V
PS
АП
V
NO
V
АП