-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Redis 3.2 #463
Comments
Hi @awaizman1 |
@enricogior any news on that? |
Hi all, |
Awesome! Looking forward to testing it 2016-06-14 20:02 GMT+03:00 Enrico Giordani notifications@github.com:
Yours faithfully, |
Hi, Thanks for the tech preview. Do you have a date for the stable release? |
It appears that a stable release of 3.2 is out as an unsigned binary, but there's no package available on nuget. Any chance of the new version being packaged? |
@chester89 , do you have any recommendations on hardware prerequisite for Redis 3.2 on windows platform? |
@rupendra-sharma depends on how much data you want to store, what's your
regular workload and what you're consistency requirements are (e.g. can you
lose data for last 5 minutes if your machine goes down and persistence
wasn't invoked during this period).
I'm still running 2.8.x in production, so can't say for 3.2.
My main usecase is for storage, NOT cache, so I prefer to flush to disk the
sooner the better.
The only thing I found is that you need a fast disk for persistency (if you
need persistency at all). I don't have exact numbers, but I'd recommend
against SCSI hard drive.
That's my take, your test results may vary.
What are your usecase? How much data would you likely have?
2017-11-30 12:43 GMT+03:00 Riky <notifications@github.com>:
… @chester89 <https://github.com/chester89> , do you have any
recommendations on hardware prerequisite for Redis 3.2 on windows platform?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#463 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AALnfL12qFVZ_hhgDf--K8q4AJRfXyWMks5s7niugaJpZM4IkXmw>
.
--
Yours faithfully,
Gleb
|
@chester89 , I am running a Redis cluster with 9 nodes distributed across 3 windows machines. The workload is primarily of Cache. The data could be 4-5 GB distributed across different Redis shards . But we run Redis as session state provider also so the cache should be durable. |
@chester89 , just wondering if you can get sometime from your busy schedule to suggest something. Thanks |
@Riky I can't recommend anything for 3.2 setup, since I'm haven't run Redis
cluster in any environment
2017-12-04 7:20 GMT+03:00 Riky <notifications@github.com>:
… @chester89 <https://github.com/chester89> , just wondering if you can get
sometime from your busy schedule to suggest something.
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#463 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AALnfEP-QVkFoLpt-rFp4djrCOEs13vuks5s83MHgaJpZM4IkXmw>
.
--
Yours faithfully,
Gleb
|
sorry wrong mention @rupendra-sharma
2017-12-11 13:07 GMT+03:00 Gleb Chermennov <thebitterend77@gmail.com>:
… @Riky I can't recommend anything for 3.2 setup, since I'm haven't run
Redis cluster in any environment
2017-12-04 7:20 GMT+03:00 Riky ***@***.***>:
> @chester89 <https://github.com/chester89> , just wondering if you can
> get sometime from your busy schedule to suggest something.
>
> Thanks
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#463 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AALnfEP-QVkFoLpt-rFp4djrCOEs13vuks5s83MHgaJpZM4IkXmw>
> .
>
--
Yours faithfully,
Gleb
--
Yours faithfully,
Gleb
|
Thanks @chester89 . |
@rupendra-sharma I don't have such an info. Since the project is in archive
repo, I doubt MS programmers will support it.
I suggest you try it out on a single machine first, without a cluster, then
shard the dataset. Using your test environment, of course.
Please keep in mind that, IIRC, Redis Cluster is yet to support the whole
dataset' backup with one command
redis#2463
2017-12-12 11:40 GMT+03:00 Riky <notifications@github.com>:
… Thanks @chester89 <https://github.com/chester89> . Can you refer someone
from the Microsoft team which can provide such a information?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#463 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AALnfDm2tWNPGsKxmSEqXbLNTe62eJpfks5s_jvmgaJpZM4IkXmw>
.
--
Yours faithfully,
Gleb
|
@rupendra-sharma You said you are currently running 9 nodes across 3 windows servers. Are you currently running Redis 3.2? What are the specifications on those three machines (total memory/free memory, processor types/average CPU usage, other processes running on the machines, etc.) and are they currently being overloaded by the 5K concurrent user requests? That would help determine what it would take from one machine to replace all three. Another question, why would you want to move from a cluster to one machine and give up redundancy? You should also check out the Redis 4.0.2 release by tporadowski at https://github.com/tporadowski/redis |
Hi @fpdavis
are they currently being overloaded by the 5K concurrent user requests
|
Hi,
I wonder if there is a plan to have redis 3.2 ported to windows too and if so approximately when?
Thanks.
The text was updated successfully, but these errors were encountered: