tile38/internal/server
tidwall 13ceb7da41 Removed global variables from core package
The core package uses global variables that keep from having
more than one Tile38 instance runnning in the same process.

Move the core variables in the server.Options type which are
uniquely stated per Server instance.

The build variables are still present in the core package.
2022-09-24 15:44:32 -07:00
..
aof.go Immutable Object type 2022-09-20 14:20:53 -07:00
aofmigrate.go Code cleanup 2021-03-31 08:13:44 -07:00
aofshrink.go Removed global variables from core package 2022-09-24 15:44:32 -07:00
atomic.go Removed unused atomics 2018-11-23 01:39:04 -07:00
atomic_test.go Replaced net package with evio 2018-10-28 15:51:47 -07:00
bson.go Added bson tests 2022-09-24 13:57:03 -07:00
bson_test.go Added bson tests 2022-09-24 13:57:03 -07:00
checksum.go Removed global variables from core package 2022-09-24 15:44:32 -07:00
client.go Better INFO tests 2022-09-24 14:28:47 -07:00
config.go Better FSET tests 2022-09-23 12:42:39 -07:00
crud.go Better SET/PERSIST/TTL/STATS tests 2022-09-23 15:29:46 -07:00
dev.go Update expiration logic 2021-07-12 13:37:50 -07:00
expire.go Better DEL/PDEL/TYPE tests 2022-09-23 09:04:01 -07:00
expression.go Code cleanup 2019-10-30 10:17:59 -07:00
fence.go Remove created field 2022-09-21 10:03:53 -07:00
follow.go Removed global variables from core package 2022-09-24 15:44:32 -07:00
group.go Fix memory leak with group id 2021-08-20 05:00:14 -07:00
hooks.go Cleanup code for Go 1.19 2022-09-12 17:06:27 -07:00
json.go Remove created field 2022-09-21 10:03:53 -07:00
json_test.go Code cleanup 2019-10-30 10:17:59 -07:00
keys.go Better KEYS tests 2022-09-23 16:12:32 -07:00
live.go Fix server hang on shared address 2022-09-12 16:38:45 -07:00
metrics.go Refactor for better coverage 2022-09-24 14:01:36 -07:00
monitor.go Code cleanup 2021-03-31 08:13:44 -07:00
must.go Added bson tests 2022-09-24 13:57:03 -07:00
must_test.go Added bson tests 2022-09-24 13:57:03 -07:00
output.go Code cleanup 2021-03-31 08:13:44 -07:00
pubsub.go Code cleanup 2021-03-31 08:13:44 -07:00
readonly.go Code cleanup 2019-10-30 10:17:59 -07:00
respconn.go Replaced net package with evio 2018-10-28 15:51:47 -07:00
scan.go Immutable Object type 2022-09-20 14:20:53 -07:00
scanner.go Remove created field 2022-09-21 10:03:53 -07:00
scanner_test.go Remove created field 2022-09-21 10:03:53 -07:00
scripts.go Clean up some tests 2022-09-23 17:54:49 -07:00
search.go Immutable Object type 2022-09-20 14:20:53 -07:00
server.go Removed global variables from core package 2022-09-24 15:44:32 -07:00
stats.go Removed global variables from core package 2022-09-24 15:44:32 -07:00
stats_cpu.go Cleanup code for Go 1.19 2022-09-12 17:06:27 -07:00
stats_cpu_darlin.go Cleanup code for Go 1.19 2022-09-12 17:06:27 -07:00
test.go Immutable Object type 2022-09-20 14:20:53 -07:00
token.go Field overhaul 2022-09-19 17:47:38 -07:00
token_test.go Replaced net package with evio 2018-10-28 15:51:47 -07:00