Commit Graph

  • 2ff8098b91 upd master v0.6 re 2023-02-15 10:41:45 +0300
  • d35789ec47
    Update commands doc (#389) Lunny Xiao 2020-05-10 21:52:10 +0800
  • b814d6a929
    Fix ineffassign (#388) Lunny Xiao 2020-05-10 20:54:36 +0800
  • eb6693a86b
    Move upgrade-ttl as a sub command of ledis so that it's easier to repair the problems (#387) Lunny Xiao 2020-05-10 18:47:46 +0800
  • 4535a9862e
    Add a stale check (#386) Lunny Xiao 2020-05-10 18:33:04 +0800
  • 1ee5a02c6c
    Fix some lint error (#385) Lunny Xiao 2020-05-10 18:17:39 +0800
  • b08f85e6fb
    Add version for ledis command and make build will only build ledis (#383) Lunny Xiao 2020-05-10 13:32:35 +0800
  • 72deb0e7c7
    Implement LSET command for ledis server (#384) Lunny Xiao 2020-05-10 12:57:04 +0800
  • b245fa4172
    Add a new command ledis and move all commands as the sub commands (#382) Lunny Xiao 2020-05-09 21:30:50 +0800
  • 3709e1b06a
    Fix badge (#381) Lunny Xiao 2020-04-26 20:11:32 +0800
  • 4c786878af
    Fix gomod (#379) Lunny Xiao 2020-04-24 14:10:03 +0800
  • 1b73a3d5bb
    Add contributing (#375) Lunny Xiao 2020-04-24 13:27:36 +0800
  • 026b4a7422
    Add coverage from codecov (#376) Lunny Xiao 2020-04-24 13:23:58 +0800
  • 3c399e1b38
    Add vet check and fix some vet errors (#374) Lunny Xiao 2020-04-24 13:07:38 +0800
  • 04ab07acd4
    Update README (#377) Lunny Xiao 2020-04-24 13:01:35 +0800
  • 9dcd9fa638
    Update repository path (#378) gh-pages Lunny Xiao 2020-04-24 12:56:51 +0800
  • 80a1d96b44 Update CNAME Lunny Xiao 2020-04-24 12:26:03 +0800
  • 9baea07f40
    Merge pull request #373 from lunny/lunny/gomod Lunny Xiao 2020-04-24 09:48:12 +0800
  • 6aa617f5d8
    Merge pull request #366 from seoester/ltrim-documentation Lunny Xiao 2020-04-23 17:10:40 +0800
  • 179e66814f
    Use go mod instead of dep to manage the project Lunny Xiao 2020-04-23 17:00:20 +0800
  • 16cc2adb69 Ran new version of doctoc fixing links on GitHub Seoester 2019-03-26 16:28:32 +0100
  • 7c5bf53209 Added documentation for the LTRIM command Seoester 2019-03-26 16:28:24 +0100
  • 8ceb77e66a Config: Fix quotes at Readonly method (#360) Sergey Romanov 2019-02-02 18:41:19 +0500
  • becf5f38d3 Bump Go versions (#358) Harald Nordgren 2018-10-29 01:41:58 +0100
  • d2af45e3fb Add server.ledisdb_version to the INFO command (#343) Vojtech Vitek 2018-04-17 10:13:38 -0400
  • ee6de4500f
    add clear vendor script (#338) siddontang 2018-03-30 09:43:38 +0800
  • 0c604eb684
    fix vet and lint (#337) siddontang 2018-03-29 20:33:36 +0800
  • 36de957bf3 add replaciton master auth support (#336) benjafire 2018-03-28 17:50:05 +0800
  • 17ea9a433d Fixes to Dockerfile (#329) Jeffrey Spies 2018-02-02 01:29:58 -0500
  • 56900470a8 Add Dockerfile (#327) Maciej Lisiewski 2017-11-27 19:50:33 -0500
  • 81f50c08aa Use latest (1.20+) LevelDB (#326) Maciej Lisiewski 2017-11-26 19:51:18 -0500
  • 2ff56553d9 Dep for dependency management, newer go in CI, dependency updates (#325) Maciej Lisiewski 2017-11-23 20:11:56 -0500
  • 015411f5ce add redis-compatible HSCAN/SSCAN/ZSCAN commands (#321) Glen De Cauwsemaecker 2017-10-30 03:39:51 -0500
  • 57a07edd1a Fix BRPop infinite blocking (#316) Muhamad Azmy 2017-08-21 05:14:17 +0200
  • f49ad4d5ed add max manifest file size for rocksdb (#312) siddontang 2017-07-31 09:51:35 +0800
  • 0cb8e1a348 Fix TTL issue in RPOPLPUSH command family (#304) Muhamad Azmy 2017-06-20 01:59:48 +0200
  • bc27c99e3c TLS support (#302) Muhamad Azmy 2017-06-12 02:05:42 +0200
  • 74d1db9b35 Custom auth method (#301) Muhamad Azmy 2017-06-08 17:01:11 +0200
  • 0b1b6de120 Add support for brpoplpush and rpoplpush commands (#295) Muhamad Azmy 2017-05-18 14:07:40 +0200
  • 5835ab9b2b fix error messages to be redis compliant (#293) Glen De Cauwsemaecker 2017-04-17 22:38:01 -0500
  • 80ea7b8bca allocate local port dynamically, fixes #290 (#292) Glen De Cauwsemaecker 2017-04-15 21:37:47 -0500
  • 9f6a59ea1a Feature: Pure Go Lua (VM) (#291) Glen De Cauwsemaecker 2017-04-15 08:51:03 -0500
  • 3480a28731 support redis as a global var in lua scripts (#289) Glen De Cauwsemaecker 2017-04-12 20:08:58 -0500
  • 5929802e2e fix LevelDB CGO panic (#285) siddontang 2017-03-18 14:17:37 +0800
  • 6ad692d5e1 add missing build binary siddontang 2017-03-15 15:07:17 +0800
  • f79c9a1f09 remove no need codes. siddontang 2017-03-14 22:26:07 +0800
  • b2e8658470 remove no used code siddontang 2017-03-14 22:15:17 +0800
  • 350d7cd95e update readme siddontang 2017-03-14 22:13:22 +0800
  • 06fce8810a revert goleveldb for replication compatibility siddontang 2017-03-14 21:55:16 +0800
  • 3cbbbb8f85 update rocksdb 5.1+ (#282) siddontang 2017-03-12 21:21:49 +0800
  • 3970f8e4f4 use glide and refactor (#281) siddontang 2017-03-12 18:05:35 +0800
  • 380835a0ca Update README.md siddontang 2016-11-24 09:27:38 +0800
  • 2f7cbc730a bitop Not command bug (#248) frankxieke 2016-07-25 21:41:54 +0800
  • 3a2cbda7f2 Close snapshot and iterator when creating ledis dump (#245) divolgin 2016-07-14 17:49:07 -0700
  • ca344836ab use vendor and do clean up. (#241) siddontang 2016-05-01 23:33:02 +0800
  • 0d760fce52 del trash fle QI CHAO CEN 2016-04-11 09:31:39 +0800
  • 09959cd17d Just empty file QI CHAO CEN 2016-04-08 16:18:12 +0800
  • 713b22910a Merge pull request #227 from nikolay-turpitko/patch-1 siddontang 2016-01-23 20:24:29 +0800
  • c8f66ea25d Merge pull request #228 from nikolay-turpitko/patch-2 siddontang 2016-01-23 16:15:50 +0800
  • 89e0848bab Fixed #216 Nikolay Turpitko 2016-01-23 12:22:42 +0500
  • 6b3e7604e6 Fix build for linux Arch/RedHat/CentOS Nikolay Turpitko 2016-01-23 11:05:34 +0500
  • 2e4168137d Merge pull request #225 from nikolay-turpitko/doc siddontang 2016-01-23 13:32:28 +0800
  • 04ef7a83f2 Merge pull request #224 from nikolay-turpitko/master siddontang 2016-01-23 08:55:28 +0800
  • f08763cf37 Update script.go Nikolay Turpitko 2016-01-22 16:57:52 +0500
  • 0b460befe3 Merge pull request #1 from nikolay-turpitko/commands-doc Nikolay Turpitko 2016-01-21 23:28:34 +0500
  • 59bc27d27c Update commands.md Nikolay Turpitko 2016-01-21 23:26:53 +0500
  • b2f90f832a Lua script, HMGET, value for absent key #219 Nikolay Turpitko 2016-01-21 23:48:19 +0600
  • e48663b03a RESP writer test Nikolay Turpitko 2016-01-21 22:07:36 +0600
  • 22360934dd Merge pull request #222 from Aurlin/master siddontang 2016-01-21 21:23:31 +0800
  • 965c95295a Merge pull request #223 from nikolay-turpitko/master siddontang 2016-01-21 21:14:38 +0800
  • e9bca10875 Convert commands to lowercase before use as a key in the map Nikolay Turpitko 2016-01-21 17:46:44 +0600
  • 1e3133d1f0 Update build flags for lua Aurlin 2016-01-20 18:27:55 +0100
  • 8422022419 Update build flags for lua Aurlin 2016-01-19 11:23:12 +0100
  • ebe5340cf9 Merge pull request #215 from felixbuenemann/fix-dev-script-on-linux siddontang 2015-12-20 13:51:35 +0800
  • bc7600ec60 Fix dev.sh when homebrew is missing Felix Bünemann 2015-12-19 20:30:26 +0100
  • 6d836cc4b7 Merge pull request #210 from Leither/master siddontang 2015-12-10 19:20:22 +0800
  • 7c8bcb26d8 Update const.go Leither 2015-12-10 12:09:10 +0800
  • df27eeedec Update t_list.go Leither 2015-12-10 12:08:14 +0800
  • 8003229696 LPut Leither 2015-12-01 08:50:42 +0800
  • f0da91110f Merge pull request #206 from jan4984/master siddontang 2015-11-28 11:26:35 +0800
  • 62ae035ccb Merge branch 'master' of https://github.com/jan4984/ledisdb jiangyangdong 2015-11-27 09:36:16 +0800
  • 7ab79cfb16 add ltrim command jiangyangdong 2015-11-26 15:04:21 +0800
  • edc46b5362 add ltrim command jiangyangdong 2015-11-26 15:04:21 +0800
  • 62e4c0d7f4 Merge pull request #204 from letsrock-today/master siddontang 2015-11-24 08:40:32 +0800
  • e0ee542c77 Remove unnecessary type conversion Nikolay Turpitko 2015-11-23 22:41:20 +0500
  • 316ba29713 Add config param for unix socket permission (issue #203) Nikolay Turpitko 2015-11-23 23:30:30 +0600
  • e6d0bae8f2 Merge pull request #196 from nathandao/master siddontang 2015-10-26 15:58:43 +0800
  • 779f00d26c update documentation for opening a new connection with default configuration Nathan Dao 2015-10-25 11:06:37 +0200
  • 4bc99bb4fc Merge pull request #192 from FlamingTree/master siddontang 2015-10-13 08:52:15 +0800
  • de8cb364fc add ltrim_front and ltrim_back command, imitation ssdb's qtrim_front and qtrim_back commands shaoguang 2015-10-12 22:00:53 +0800
  • e30a5ceb28 Merge pull request #191 from FlamingTree/master siddontang 2015-10-07 10:51:47 +0800
  • ac9fc95470 fix access log bug shaoguang 2015-10-06 17:20:32 +0800
  • 144c5e240c Merge pull request #189 from felixbuenemann/homebrew-support siddontang 2015-10-05 12:39:15 +0800
  • b78f17aaa0 Use homebrew paths if it's installed Felix Bünemann 2015-10-05 06:03:01 +0200
  • 81381343f8 Merge pull request #184 from ukd1/fix-initial-auth siddontang 2015-09-13 15:17:39 +0800
  • 8c23730bde Fix serious issue with auth Russell Smith 2015-09-13 00:13:02 -0700
  • f0dab4218f Merge pull request #183 from ukd1/auth-v1 siddontang 2015-09-13 10:53:23 +0800
  • 7e4bc199fb Use more standard go; camel case Russell Smith 2015-09-12 19:50:56 -0700
  • d48cb8c773 Make the auth stuff simpler - just have a password Russell Smith 2015-09-12 19:35:08 -0700
  • 623794feb2 Attempt at Auth :) Russell Smith 2015-09-12 17:47:10 -0700