Skip to content
View amgorb's full-sized avatar
🦄
🦄
  • OneTwoTrip
  • Moscow

Block or report amgorb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. redis replication scheduled to be cl... redis replication scheduled to be closed ASAP for overcoming of output buffer limits.
    1
    If you redis initial replication fails with error like 
    2
    "5101:M 20 Feb 18:14:29.130 # Client id=4500196 addr=71.459.815.760:43872 fd=533 name= age=127 idle=127 flags=S db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=13997 oll=1227 omem=192281275 events=rw cmd=psync scheduled to be closed ASAP for overcoming of output buffer limits.
    3
    
                  
    4
    means that slave buffer is not enough and you should increase it (at master!) with command like
    5
    redis-cli config set client-output-buffer-limit "slave 836870912 836870912 0"
  2. simple-DLNA-remote-controller simple-DLNA-remote-controller Public

    Perl script to mass control TVs and other DLNA devices

    Perl 8 1

  3. ruby-riak-util ruby-riak-util Public

    Tiny script to clean up your riak installation

    Ruby

  4. simple-riak-migrator simple-riak-migrator Public

    Forked from onetwotrip/simple-riak-migrator

    JavaScript