about summary refs log tree commit diff
path: root/nixos/modules/services/databases/redis.nix
AgeCommit message (Expand)AuthorFilesLines
2024-04-28nixos/redis: don't disable transparent hugepagesSandro Jäckel1-4/+3
2024-04-28nixos/redis: enable vmOverCommit by default as recommended by redis itselfSandro Jäckel1-2/+2
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-29/+29
2024-04-11keydb: init at 6.3.4Simon Hauser1-2/+3
2023-11-30Merge pull request #261702 from h7x4/replace-mkoption-with-mkpackageoptionWeijia Wang1-6/+1
2023-11-27Merge pull request #268634 from tie/redis-restrict-address-familiesMario Rodas1-3/+1
2023-11-27treewide: use `mkPackageOption`h7x41-6/+1
2023-11-20nixos/redis: loosen systemd address family restrictionsIvan Trubach1-3/+1
2023-11-11treewide: fix redirected and broken URLsAnthony Roussel1-1/+1
2023-10-20nixos: fix bad mkEnableOption descriptionsBjørn Forsman1-1/+1
2022-11-30nixos/redis: simplifyfigsoda1-7/+3
2022-11-21nixos/redis: fix requirepassajs1241-2/+4
2022-11-09nixos/redis: store config in state directoryajs1241-10/+18
2022-11-09nixos/redis: add extraParamsajs1241-1/+8
2022-08-31nixos/*: automatically convert option descriptionspennae1-4/+4
2022-07-30treewide: automatically md-convert option descriptionspennae1-26/+26
2022-07-05nixos.redis: Fix disabling of RDB persistence.Kevin Cox1-2/+10
2022-02-28nixos/redis: bind on localhost by defaultNaïm Favier1-5/+8
2022-01-21nixos/redis: fix port optionJulien Moutinho1-4/+8
2021-12-13nixos/redis: enable multiple instances of redis-serverJulien Moutinho1-221/+267
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-3/+2
2021-09-12nixos: define the primary group of users where neededGuillaume Girol1-0/+1
2021-08-02nixos/redis: Use toString for interpolating slaveOf.portVictor Nawothnig1-1/+1
2021-05-30nixos/redis: set port type to `types.port`Daniel Nagy1-1/+1
2021-05-13treewide: remove duplicates SystemCallFiltersIzorkin1-1/+1
2021-04-12nixos/redis: add option maxclientsIzorkin1-2/+13
2021-04-12nixos/redis: enable sandbox modeIzorkin1-0/+26
2021-04-03nixos/redis: allow access to runtime and state directories to only redis userIzorkin1-2/+9
2021-04-03nixos/redis: add option unixSocketPermIzorkin1-2/+8
2021-01-15redis: make masterAuth option optional (#109417)Milan1-1/+1
2021-01-14Merge pull request #91813 from Mic92/types1Kevin Cox1-2/+19
2021-01-04nixos/redis: replace extraConfig option with settings optionAaron Andersen1-29/+49
2020-11-08redis service: Listen on localhost by default. Fixes #100192.Niklas Hambüchen1-3/+6
2020-06-30nixos/redis: Type all optionsJanne Heß1-2/+19
2020-06-10nixos/redis: add redis groupJörg Thalheim1-0/+2
2020-05-17redis: handle changes to systemd supportJamie McClymont1-2/+1
2020-02-13nixos/redis: add requirePassFile optionJörg Thalheim1-14/+33
2019-12-10nixos/treewide: Move rename.nix imports to their respective modulesSilvan Mosberger1-0/+7
2019-11-08nixos/redis: fix mergingFlorian Klink1-4/+4
2019-11-01treewide: Switch to system users (#71055)Silvan Mosberger1-1/+4
2019-10-21nixos/redis: Disable hugepages for redis via sysctl and not via a systemd-one...Malte Brandy1-11/+3
2019-10-12treewide: Switch to system usersJanne Heß1-1/+4
2019-09-01nixos/redis: unbreak moduleFlorian Klink1-46/+12
2019-09-01nixos/redis: drop unnecessary dependencies from systemd unitPeter Simons1-1/+0
2019-08-30nixos/redis: disable transparent huge pages (TLP) before starting RedisPeter Simons1-1/+16
2019-08-30nixos/redis: move 'redis_init.service' into the preStart hook of 'redis.service'Peter Simons1-14/+5
2019-03-20nixos/redis: /var/run -> /runBob van der Linden1-1/+1
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-1/+1
2018-01-03nixos/redis: remove static uid/gid assignmentJörg Thalheim1-1/+0
2016-08-28nixos/redis: enforce owner/perms on /var/lib/redis (#18046)Bjørn Forsman1-3/+2