Илья Индиго
Илья Индиго
Fixes: #1433
Fixes: #1431
### What would you like to be added https://mpd.readthedocs.io/en/latest/plugins.html#httpd mpd has several sound outputs, including httpd, which listens on TCP port 8000. ### Why is this needed Need the ability...
### What would you like to be added https://mednafen.github.io/releases mednafen is a popular game emulator for many consoles with support for network play. It has a separate mednafen-server with TCP...
https://github.com/3proxy/3proxy/blob/master/Makefile.Linux ``` CFLAGS = -g -fPIC -O2 -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER LDFLAGS = -fPIC -O2 -fno-strict-aliasing -pthread #LIBS = -lcrypto -lssl...
Support HEXPIRE from redis 7.4 and atomaric HGETDEL, HGETEX and HSETEX from redis 8. https://redis.io/docs/latest/commands/hexpire/ https://redis.io/docs/latest/commands/hgetdel/ https://redis.io/docs/latest/commands/hgetex/ https://redis.io/docs/latest/commands/hsetex/
https://build.opensuse.org/package/show/home:13ilya/redis https://build.opensuse.org/package/show/home:13ilya/python-redis In openSUSE Tumbleweed with the latest versions of redis 8.0.2 and python-redis 6.2.0 on the i586 architecture, three tests (test_add_elem_no_quant) fail, although they pass on x86_64 and aarch64....